[SCM] libav/experimental: zlib detection fix by (Gildas Bazin <gbazin altern org<)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:23 UTC 2013


The following commit has been merged in the experimental branch:
commit e27ca59b0e658da7044774903ad78ca78a046d3c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Mar 16 19:04:54 2005 +0000

    zlib detection fix by (Gildas Bazin <gbazin altern org<)
    
    Originally committed as revision 4048 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 69c3abc..e789fbf 100755
--- a/configure
+++ b/configure
@@ -854,7 +854,7 @@ if (zlibVersion() != ZLIB_VERSION)
 return 0;
 }
 EOF
-$cc $CFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
+$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
 # $TMPE 2> /dev/null > /dev/null || zlib="no"
 # XXX: more tests needed - runtime test
 fi

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list