[FFmpeg-devel] [RFC][PATCH 4/4] build: Describe --nm and -ld options consistently

Alexander Strasser eclipse7 at gmx.net
Mon Jan 16 00:49:06 CET 2012


Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 8fd939e..c5635e6 100755
--- a/configure
+++ b/configure
@@ -218,13 +218,13 @@ Advanced options (experts only):
   --target-os=OS           compiler targets OS [$target_os]
   --target-exec=CMD        command to run executables on target
   --target-path=DIR        path to view of build directory on target
-  --nm=NM                  use nm tool
+  --nm=NM                  use nm tool NM [$nm_default]
   --ar=AR                  use archive tool AR [$ar_default]
   --as=AS                  use assembler AS [$as_default]
   --yasm-prog=AS           use yasm-compatible assembler AS [$yasm_prog_default]
   --cc=CC                  use C compiler CC [$cc_default]
   --cxx=CXX                use C compiler CXX [$cxx_default]
-  --ld=LD                  use linker LD
+  --ld=LD                  use linker LD [$ld_default]
   --host-cc=HOSTCC         use host C compiler HOSTCC
   --host-cflags=HCFLAGS    use HCFLAGS when compiling for host
   --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list