[SCM] libav/experimental: Exit on failed libfaad check.

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


The following commit has been merged in the experimental branch:
commit ff3dac657d21bf628de8a7f5aa19a4920b9b8d9c
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 31 14:46:07 2007 +0000

    Exit on failed libfaad check.
    
    Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index e76ac3d..1ee03ba 100755
--- a/configure
+++ b/configure
@@ -1242,9 +1242,7 @@ int main( void ) { return 0; }
 EOF
         test $? = 0 && enable libfaad2
     else
-        libfaad="no"
-        libfaadbin="no"
-        echo "FAAD test failed."
+        die "FAAD test failed."
     fi
 fi
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list