changeset 22527:5dc92a83d58a

Remove useless #define.
author diego
date Tue, 13 Mar 2007 10:33:33 +0000
parents cbf425ba6a96
children 8bcff5c7e387
files libmpeg2/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpeg2/Makefile	Tue Mar 13 10:14:05 2007 +0000
+++ b/libmpeg2/Makefile	Tue Mar 13 10:33:33 2007 +0000
@@ -17,6 +17,6 @@
 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