summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-14 11:40:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-14 11:40:14 +0000
commit11a9d3e85309273df0d7aee2021a1555f6d0c8c8 (patch)
tree73ab71d4d70b8cd8127ca0485440ec539ceb4f83 /configure
parent67a38cee3724f8e83cfb767fccdc45a42bc3f840 (diff)
Add -D_POSIX_C_SOURCE=200112 to cflags.
Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fb40ef7175..d7747f8dc3 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