[MPlayer-cvslog] r22534 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Mar 12 19:33:51 CET 2007


Author: diego
Date: Mon Mar 12 19:33:50 2007
New Revision: 22534

Modified:
   trunk/Makefile

Log:
Remove -DCODECS2HTML from .depend creation.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Mar 12 19:33:50 2007
@@ -334,7 +334,7 @@ strip:
 	strip -s $(ALL_PRG)
 
 dep depend: help_mp.h version.h
-	$(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
+	$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
 	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
 
 # ./configure must be rerun if it changed



More information about the MPlayer-cvslog mailing list