Commit 00dd8632 authored by michael's avatar michael

Add -D_POSIX_C_SOURCE=200112 to cflags.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14754 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1dae9fac
......@@ -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
......
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