mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
file and writes a YUV4MPEG stream which can be piped to mpeg2enc. In other words, it exports the nuppelvideo .nuv format for encoding (S)VCD/DVD compliant MPEGs with mjpegtools. PR: ports/73417 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
13 lines
476 B
Text
13 lines
476 B
Text
--- quicktime/configure.orig Mon Feb 12 22:35:19 2001
|
|
+++ quicktime/configure Mon Nov 1 09:41:06 2004
|
|
@@ -39,8 +39,8 @@
|
|
# DO NOT EDIT. EDIT ./configure INSTEAD AND RERUN IT.
|
|
EOF
|
|
|
|
-if test -z "$CFLAGS"; then
|
|
- echo >> global_config "CFLAGS = -O2 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -march=i486 -I/usr/local/include"
|
|
+if true; then
|
|
+ echo >> global_config "CFLAGS = $CFLAGS -I/usr/local/include"
|
|
fi
|
|
|
|
if [ ${USE_FIREWIRE} = 1 ]; then
|