From abcd6d608cf23aa71531508e62a18f4dfe8ced5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 17 Feb 2007 21:10:14 +0000 Subject: [PATCH] mention --target-os in --help Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 7b08310639..6f39c80671 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]"