Commit aca36b28 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.

Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 67587238
...@@ -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
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