[MPlayer-cvslog] r22545 - trunk/libmpeg2/Makefile

diego subversion at mplayerhq.hu
Tue Mar 13 11:33:33 CET 2007


Author: diego
Date: Tue Mar 13 11:33:33 2007
New Revision: 22545

Modified:
   trunk/libmpeg2/Makefile

Log:
Remove useless #define.


Modified: trunk/libmpeg2/Makefile
==============================================================================
--- trunk/libmpeg2/Makefile	(original)
+++ trunk/libmpeg2/Makefile	Tue Mar 13 11:33:33 2007
@@ -17,6 +17,6 @@ SRCS-$(TARGET_ALTIVEC)    += motion_comp
 SRCS-$(TARGET_VIS)        += motion_comp_vis.c
 SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
 
-CFLAGS = -I../libvo -DMPG12PLAY
+CFLAGS = -I../libvo
 
 include ../mpcommon.mak



More information about the MPlayer-cvslog mailing list