[FFmpeg-cvslog] r14745 - trunk/configure
michael
subversion
Thu Aug 14 02:07:01 CEST 2008
Author: michael
Date: Thu Aug 14 02:07:00 2008
New Revision: 14745
Log:
Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 14 02:07:00 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list