diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-17 21:10:14 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-17 21:10:14 +0000 |
commit | abcd6d608cf23aa71531508e62a18f4dfe8ced5a (patch) | |
tree | 1747c761f570fb5cf03f24a6e62888d37a4ba744 /configure | |
parent | 270739bb9001068e727e8981c3094c7eaa0085ad (diff) | |
download | ffmpeg-abcd6d608cf23aa71531508e62a18f4dfe8ced5a.tar.gz |
mention --target-os in --help
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/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]" |