[SCM] libav/experimental: bashism--;

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:48 UTC 2013


The following commit has been merged in the experimental branch:
commit e3880318a795bac10a00c582efa151f0ed85a02e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Jan 3 14:55:49 2006 +0000

    bashism--;
    
    Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 5c7ad4f..0fc195e 100755
--- a/configure
+++ b/configure
@@ -1030,7 +1030,7 @@ if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then
 fi
 
 # Probe for -Wdeclaration-after-statement
-if test "$cc" == "gcc"; then
+if test "$cc" = "gcc"; then
   cat > $TMPC << EOF
   int main( void ) { return 0; }
 EOF

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list