summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpeg2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 50ed64062b..ed38410a6a 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -17,6 +17,6 @@ SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c
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