[MPlayer-dev-eng] [patch] Clearer description of how to use --cc

André Dahlqvist andre.dahlqvist at telia.com
Thu Oct 25 22:43:15 CEST 2001


[by misstake I first sent this to mplayer-devel...sorry about that]

Attached is a patch that changes "--cc" to "--cc=COMPILER" in the configure
--help output. Otherwise it's easy to think that "configure --cc
gcc-3.0" should work.
-- 

André Dahlqvist <andre.dahlqvist at telia.com>
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.202
diff -u -r1.202 configure
--- configure	24 Oct 2001 14:02:01 -0000	1.202
+++ configure	24 Oct 2001 19:11:06 -0000
@@ -209,7 +209,7 @@
   --disable-mad          disable mad audio support [autodetect]
 
 Miscellaneous features:
-  --cc                   use this C compiler to build MPlayer [gcc]
+  --cc=COMPILER          use this C compiler to build MPlayer [gcc]
   --target=PLATFORM      target platform (i386-linux, arm-linux, etc)
   --language=xx          select a language [en]
                          (Available: $LANGUAGES)


More information about the MPlayer-dev-eng mailing list