Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-14 04:07:00 +0400
committerMichael Niedermayer <michaelni@gmx.at>2008-08-14 04:07:00 +0400
commitaca36b287de1e94a962252f67a1cd9883ec37335 (patch)
treeefc557f473bec752583ea486b0ccf510045ccdcf
parent675872382f9b842b9f5a267589c90b0977419709 (diff)
Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.
Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0866a8bb75..fb40ef7175 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
SHFLAGS='-shared -Wl,-soname,$$(@F)'
VHOOKSHFLAGS='$(SHFLAGS)'
FFSERVERLDFLAGS=-Wl,-E