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; }
EOF
test $? = 0 && enable libfaad2
else
libfaad="no"
libfaadbin="no"
echo "FAAD test failed."
die "FAAD test failed."
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