mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
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
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…
x
Reference in New Issue
Block a user