Commit 184742fe authored by mru's avatar mru

mention --target-os in --help


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 299af24a
#!/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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment