From 38a9c529e27cfe054dc0ec1974b7fc4325130f98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 12 Jul 2009 23:03:08 +0000 Subject: [PATCH] Use add_*flags only after compiler-specific configuration Originally committed as revision 19422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dbc9ceb..2cb28a6 100755 --- a/configure +++ b/configure @@ -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 < -- 2.7.4