summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-13 23:01:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-13 23:01:48 +0000
commitda0def34ec2b9564f4a7e1d88494283fab87f6e0 (patch)
treead515b852317bc3354279c1924f53982983764cf /configure
parent5df3cc6f809002cb568771803d2aac96b31b2ffa (diff)
Change _ISOC9X_SOURCE to _ISOC99_SOURCE.
Originally committed as revision 14739 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 cbb31bdf5a..0866a8bb75 100755
--- a/configure
+++ b/configure
@@ -974,7 +974,7 @@ enable stripping
vhook="default"
# build settings
-add_cflags '-D_ISOC9X_SOURCE'
+add_cflags '-D_ISOC99_SOURCE '
SHFLAGS='-shared -Wl,-soname,$$(@F)'
VHOOKSHFLAGS='$(SHFLAGS)'
FFSERVERLDFLAGS=-Wl,-E