comparison libmpeg2/Makefile @ 22527:5dc92a83d58a

Remove useless #define.
author diego
date Tue, 13 Mar 2007 10:33:33 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
comparison
equal deleted inserted replaced
22526:cbf425ba6a96 22527:5dc92a83d58a
15 SRCS-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c 15 SRCS-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c
16 SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c 16 SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c
17 SRCS-$(TARGET_VIS) += motion_comp_vis.c 17 SRCS-$(TARGET_VIS) += motion_comp_vis.c
18 SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c 18 SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
19 19
20 CFLAGS = -I../libvo -DMPG12PLAY 20 CFLAGS = -I../libvo
21 21
22 include ../mpcommon.mak 22 include ../mpcommon.mak