[MPlayer-cvslog] r21121 - trunk/libvo/Makefile

diego subversion at mplayerhq.hu
Tue Nov 21 12:29:26 CET 2006


Author: diego
Date: Tue Nov 21 12:29:26 2006
New Revision: 21121

Modified:
   trunk/libvo/Makefile

Log:
Remove unused -D from CFLAGS.


Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile	(original)
+++ trunk/libvo/Makefile	Tue Nov 21 12:29:26 2006
@@ -39,7 +39,7 @@
 endif
 
 INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC)
-CFLAGS  = $(INCLUDE) $(OPTFLAGS) -DMPG12PLAY
+CFLAGS  = $(INCLUDE) $(OPTFLAGS)
 
 #CFLAGS += -Wall
 



More information about the MPlayer-cvslog mailing list