From 39414b500ab130de25730121b5a5bb4c03f4ad32 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 10:33:33 +0000 Subject: Remove useless #define. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22545 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3