[Ffmpeg-cvslog] r7783 - trunk/configure
diego
subversion
Wed Jan 31 15:46:08 CET 2007
Author: diego
Date: Wed Jan 31 15:46:07 2007
New Revision: 7783
Modified:
trunk/configure
Log:
Exit on failed libfaad check.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jan 31 15:46:07 2007
@@ -1242,9 +1242,7 @@
EOF
test $? = 0 && enable libfaad2
else
- libfaad="no"
- libfaadbin="no"
- echo "FAAD test failed."
+ die "FAAD test failed."
fi
fi
More information about the ffmpeg-cvslog
mailing list