[MPlayer-cvslog] r28771 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Mar 1 12:07:05 CET 2009


Author: diego
Date: Sun Mar  1 12:07:05 2009
New Revision: 28771

Log:
codec-cfg does not depend on codecs.conf.h, it is used to generate it.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Mar  1 12:03:18 2009	(r28770)
+++ trunk/Makefile	Sun Mar  1 12:07:05 2009	(r28771)
@@ -823,7 +823,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS)
 mplayer$(EXESUF): $(MPLAYER_DEPS)
 	$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
 
-codec-cfg$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
+codec-cfg$(EXESUF): codec-cfg.c help_mp.h
 	$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
 
 codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf



More information about the MPlayer-cvslog mailing list