提交 b34c63f7 编写于 作者: D Diego Biurrun

Make configure bail out when confronted with unknown options.

Originally committed as revision 4612 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a9e35095
......@@ -541,6 +541,11 @@ for opt do
;;
--disable-demuxers) demuxers="no"
;;
*)
echo "Unknown option \"$opt\"."
echo "See $0 --help for available options."
exit 1
;;
esac
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册