mirror of https://github.com/mpv-player/mpv
Remove useless #define.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2f252694a0
commit
39414b500a
|
@ -17,6 +17,6 @@ SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c
|
||||||
SRCS-$(TARGET_VIS) += motion_comp_vis.c
|
SRCS-$(TARGET_VIS) += motion_comp_vis.c
|
||||||
SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
|
SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
|
||||||
|
|
||||||
CFLAGS = -I../libvo -DMPG12PLAY
|
CFLAGS = -I../libvo
|
||||||
|
|
||||||
include ../mpcommon.mak
|
include ../mpcommon.mak
|
||||||
|
|
Loading…
Reference in New Issue