提交 abcd6d60 编写于 作者: M Måns Rullgård

mention --target-os in --help

Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 270739bb
#!/bin/sh
,#!/bin/sh
#
# FFmpeg configure script
#
......@@ -107,6 +107,7 @@ show_help(){
echo " --source-path=PATH path to source code [$source_path]"
echo " --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]"
echo " --cross-compile assume a cross-compiler is used"
echo " --target-os=OS compiler targets OS [$targetos]"
echo " --cc=CC use C compiler CC [$cc]"
echo " --make=MAKE use specified make [$make]"
echo " --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册