Skip to content
Snippets Groups Projects
Commit ff3dac65 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Exit on failed libfaad check.

Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2234ceb
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment