mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Make configure --help return 0.
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1865259fea
commit
60e8bc13a9
2
configure
vendored
2
configure
vendored
@ -191,7 +191,7 @@ show_help(){
|
|||||||
echo " --disable-stripping disable stripping of executables and shared libraries"
|
echo " --disable-stripping disable stripping of executables and shared libraries"
|
||||||
echo ""
|
echo ""
|
||||||
echo "NOTE: Object files are built at the place where configure is launched."
|
echo "NOTE: Object files are built at the place where configure is launched."
|
||||||
exit 1
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
log(){
|
log(){
|
||||||
|
Loading…
Reference in New Issue
Block a user