From ad1d871021b15e1d4151725dd6cc15f4884061d2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 13 Aug 2008 18:17:26 +0000 Subject: Move -D_ISOC9X_SOURCE to configure so its available to all tests. Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c099def04a..cbb31bdf5a 100755 --- a/configure +++ b/configure @@ -974,6 +974,7 @@ enable stripping vhook="default" # build settings +add_cflags '-D_ISOC9X_SOURCE' SHFLAGS='-shared -Wl,-soname,$$(@F)' VHOOKSHFLAGS='$(SHFLAGS)' FFSERVERLDFLAGS=-Wl,-E @@ -1689,7 +1690,6 @@ check_lib math.h sin -lm # test for C99 functions in math.h for func in llrint lrint lrintf round roundf; do check_exec < int main(void) { return ($func(3.999f) > 0)?0:1; } EOF -- cgit v1.2.3