diff Makefile @ 17761:7d4c7463e91b

Add codecs2html target.
author diego
date Tue, 07 Mar 2006 15:37:58 +0000
parents 4c4f5c73c152
children 3858a365c3a0
line wrap: on
line diff
--- a/Makefile	Tue Mar 07 13:40:20 2006 +0000
+++ b/Makefile	Tue Mar 07 15:37:58 2006 +0000
@@ -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