[MPlayer-cvslog] CVS: main Makefile,1.349,1.350

Alban Bedel CVS syncmail at mplayerhq.hu
Sat Mar 18 18:41:27 CET 2006


CVS change done by Alban Bedel CVS

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

Modified Files:
	Makefile 
Log Message:
codec-cfg depend on help_mp.h. Fix // builds.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- Makefile	12 Mar 2006 23:06:09 -0000	1.349
+++ Makefile	18 Mar 2006 17:41:24 -0000	1.350
@@ -447,7 +447,7 @@
 $(MPLAYER_DEP): version.h help_mp.h
 $(MENCODER_DEP): version.h help_mp.h
 
-$(PRG_CFG): version.h codec-cfg.c codec-cfg.h
+$(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
 	$(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
 
 install: $(ALL_PRG)




More information about the MPlayer-cvslog mailing list