[MPlayer-cvslog] CVS: main codec-cfg.c,1.125,1.126

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Mar 7 16:40:51 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8892

Modified Files:
	codec-cfg.c 
Log Message:
Fix compilation command in comment.


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- codec-cfg.c	7 Mar 2006 15:39:01 -0000	1.125
+++ codec-cfg.c	7 Mar 2006 15:40:49 -0000	1.126
@@ -5,7 +5,7 @@
  *
  * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
  * to compile CODECS2HTML:
- *   gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
+ *   gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
  *
  * TODO: implement informat in CODECS2HTML too
  */




More information about the MPlayer-cvslog mailing list