[SCM] libav/experimental: Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:27:30 UTC 2013


The following commit has been merged in the experimental branch:
commit aca36b287de1e94a962252f67a1cd9883ec37335
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Aug 14 00:07:00 2008 +0000

    Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.
    
    Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 0866a8b..fb40ef7 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list