Remove useless #define.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-13 10:33:33 +00:00
parent 2f252694a0
commit 39414b500a
1 changed files with 1 additions and 1 deletions

View File

@ -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