Commit ff3dac65 authored by Diego Biurrun's avatar Diego Biurrun

Exit on failed libfaad check.

Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2234ceb
...@@ -1242,9 +1242,7 @@ int main( void ) { return 0; } ...@@ -1242,9 +1242,7 @@ int main( void ) { return 0; }
EOF EOF
test $? = 0 && enable libfaad2 test $? = 0 && enable libfaad2
else else
libfaad="no" die "FAAD test failed."
libfaadbin="no"
echo "FAAD test failed."
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment