Commit 6a6c47c9 authored by diego's avatar diego

Exit on failed libfaad check.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b56b585
......@@ -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