[FFmpeg-cvslog] r19422 - trunk/configure
mru
subversion
Mon Jul 13 01:03:08 CEST 2009
Author: mru
Date: Mon Jul 13 01:03:08 2009
New Revision: 19422
Log:
Use add_*flags only after compiler-specific configuration
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jul 13 00:44:05 2009 (r19421)
+++ trunk/configure Mon Jul 13 01:03:08 2009 (r19422)
@@ -1265,7 +1265,6 @@ enable stripping
enable swscale_alpha
# build settings
-add_cppflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
SHFLAGS='-shared -Wl,-soname,$$(@F)'
FFSERVERLDFLAGS=-Wl,-E
LIBPREF="lib"
@@ -1538,6 +1537,7 @@ if test "$?" != 0; then
die "C compiler test failed."
fi
+add_cppflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
check_cflags -std=c99
check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
#include <stdlib.h>
More information about the ffmpeg-cvslog
mailing list