Commit 11a9d3e8 authored by Michael Niedermayer's avatar Michael Niedermayer

Add -D_POSIX_C_SOURCE=200112 to cflags.

Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 67a38cee
...@@ -974,7 +974,7 @@ enable stripping ...@@ -974,7 +974,7 @@ enable stripping
vhook="default" vhook="default"
# build settings # build settings
add_cflags -D_ISOC99_SOURCE add_cflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112
SHFLAGS='-shared -Wl,-soname,$$(@F)' SHFLAGS='-shared -Wl,-soname,$$(@F)'
VHOOKSHFLAGS='$(SHFLAGS)' VHOOKSHFLAGS='$(SHFLAGS)'
FFSERVERLDFLAGS=-Wl,-E FFSERVERLDFLAGS=-Wl,-E
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment