[MPlayer-cvslog] r22519 - trunk/codec-cfg.c

diego subversion at mplayerhq.hu
Mon Mar 12 09:52:46 CET 2007


Author: diego
Date: Mon Mar 12 09:52:45 2007
New Revision: 22519

Modified:
   trunk/codec-cfg.c

Log:
Fix comment about test application compilation.


Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c	(original)
+++ trunk/codec-cfg.c	Mon Mar 12 09:52:45 2007
@@ -3,7 +3,8 @@
  * by Szabolcs Berecz <szabi at inf.elte.hu>
  * (C) 2001
  *
- * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
+ * to compile test application:
+ *  cc -I. -DTESTING -o codec-cfg-test codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap
  * to compile CODECS2HTML:
  *   gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
  *



More information about the MPlayer-cvslog mailing list