[SCM] libav/experimental: Replace manual variable setting with the disable function.
    siretart at users.alioth.debian.org 
    siretart at users.alioth.debian.org
       
    Sun Jun 30 16:07:14 UTC 2013
    
    
  
The following commit has been merged in the experimental branch:
commit 670ab312779d930e23e2ba1932c6684a82377475
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Sep 17 10:08:27 2007 +0000
    Replace manual variable setting with the disable function.
    
    Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 2a74ea3..ad900d3 100755
--- a/configure
+++ b/configure
@@ -1488,7 +1488,7 @@ int main(void) {
 EOF
 
 # check if our compiler supports mmi
-enabled mmi && check_cc <<EOF || mmi="no"
+enabled mmi && check_cc <<EOF || disable mmi
 int main(void) {
     __asm__ ("lq \$2, 0(\$2)");
     return 0;
-- 
Libav/FFmpeg packaging
    
    
More information about the pkg-multimedia-commits
mailing list