[Ffmpeg-cvslog] CVS: ffmpeg configure,1.262,1.263
Diego Biurrun CVS
diego
Sat Apr 15 01:33:37 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv22943
Modified Files:
configure
Log Message:
Allow passing CFLAGS through the environment on all platforms.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- configure 14 Apr 2006 21:31:12 -0000 1.262
+++ configure 14 Apr 2006 23:33:34 -0000 1.263
@@ -265,7 +265,7 @@
BeOS)
prefix="/boot/home/config"
# helps building libavcodec
-CFLAGS="-DPIC -fomit-frame-pointer"
+CFLAGS="$CFLAGS -DPIC -fomit-frame-pointer"
# 3 gcc releases known for BeOS, each with ugly bugs
gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
case "$gcc_version" in
@@ -336,7 +336,7 @@
audio_oss="yes"
dv1394="no"
make="gmake"
-CFLAGS="-pthread"
+CFLAGS="$CFLAGS -pthread"
LDFLAGS="$LDFLAGS -export-dynamic -pthread"
;;
BSD/OS)
@@ -397,7 +397,7 @@
ar="emxomfar -p128"
ranlib="echo ignoring ranlib"
strip="echo ignoring strip"
-CFLAGS="-Zomf"
+CFLAGS="$CFLAGS -Zomf"
LDFLAGS="-Zomf -Zstack 16384 -s"
SHFLAGS="-Zdll -Zomf"
FFSLDFLAGS=""
More information about the ffmpeg-cvslog
mailing list