forked from FFmpeg/FFmpeg
Exit on failed libfaad check.
Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a2234ceb64
commit
ff3dac657d
1 changed files with 1 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue