Add -D_POSIX_C_SOURCE=200112 to cflags.

Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-08-14 11:40:14 +00:00
parent 67a38cee37
commit 11a9d3e853
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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