From: Michael Niedermayer Date: Thu, 14 Aug 2008 11:40:14 +0000 (+0000) Subject: Add -D_POSIX_C_SOURCE=200112 to cflags. X-Git-Tag: v0.5~3143 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/11a9d3e85309273df0d7aee2021a1555f6d0c8c8 Add -D_POSIX_C_SOURCE=200112 to cflags. Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index fb40ef7..d7747f8 100755 --- a/configure +++ b/configure @@ -974,7 +974,7 @@ enable stripping vhook="default" # build settings -add_cflags -D_ISOC99_SOURCE +add_cflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 SHFLAGS='-shared -Wl,-soname,$$(@F)' VHOOKSHFLAGS='$(SHFLAGS)' FFSERVERLDFLAGS=-Wl,-E