[MPlayer-cvslog] CVS: main codec-cfg.c,1.115,1.116

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 30 18:09:47 CEST 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	codec-cfg.c 
Log Message:
Fix wrong compilation instructions.


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- codec-cfg.c	17 Dec 2004 13:27:34 -0000	1.115
+++ codec-cfg.c	30 Apr 2005 16:09:44 -0000	1.116
@@ -4,7 +4,8 @@
  * (C) 2001
  *
  * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
- * to compile CODECS2HTML: gcc -Iloader/ -DCODECS2HTML -o codecs2html codecs-cfg.c
+ * to compile CODECS2HTML:
+ *   gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp-msg.o
  *
  * TODO: implement informat in CODECS2HTML too
  */




More information about the MPlayer-cvslog mailing list