[Mplayer-cvslog] CVS: main Makefile,1.281,1.282

Attila Kinali CVS attila at mplayerhq.hu
Wed Dec 10 13:04:17 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1993

Modified Files:
	Makefile 
Log Message:
add codecs.conf to the dependency list of codecs.conf.h
a good idea from Torinthiel <torinthiel at wp.pl>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- Makefile	8 Dec 2003 21:33:31 -0000	1.281
+++ Makefile	10 Dec 2003 12:03:54 -0000	1.282
@@ -232,7 +232,7 @@
 	$(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) libmpcodecs/libmpencoders.a $(ENCORE_LIB) $(COMMON_LIBS) $(EXTRA_LIB) $(MLIB_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(ARCH_LIB) $(I18NLIBS) -lm 
 endif
 
-codecs.conf.h: $(PRG_CFG)
+codecs.conf.h: $(PRG_CFG) etc/codecs.conf
 	./$(PRG_CFG) ./etc/codecs.conf > $@
 
 codec-cfg.o: codecs.conf.h



More information about the MPlayer-cvslog mailing list