[MPlayer-cvslog] CVS: main Makefile,1.343,1.344

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Mar 7 16:38:00 CET 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	Makefile 
Log Message:
Add codecs2html target.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- Makefile	5 Mar 2006 10:03:53 -0000	1.343
+++ Makefile	7 Mar 2006 15:37:58 -0000	1.344
@@ -435,6 +435,9 @@
 
 codec-cfg.o: codecs.conf.h
 
+codecs2html:
+	$(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@
+
 # Every mplayer dependency depends on version.h, to force building version.h
 # first (in serial mode) before any other of the dependencies for a parallel make
 # run.  This is necessary, because the make rule for version.h removes objects




More information about the MPlayer-cvslog mailing list