summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-17 21:10:14 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-17 21:10:14 +0000
commitabcd6d608cf23aa71531508e62a18f4dfe8ced5a (patch)
tree1747c761f570fb5cf03f24a6e62888d37a4ba744
parent270739bb9001068e727e8981c3094c7eaa0085ad (diff)
downloadffmpeg-streaming-abcd6d608cf23aa71531508e62a18f4dfe8ced5a.zip
ffmpeg-streaming-abcd6d608cf23aa71531508e62a18f4dfe8ced5a.tar.gz
mention --target-os in --help
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7b08310..6f39c80 100755
--- a/configure
+++ b/configure
@@ -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]"
OpenPOWER on IntegriCloud