10l: comparison of char* ptrs with string literals
[mplayer.git] / libmpeg2 / Makefile
blob50ed64062bea67a6b1118efb79a8be92d45ef4d9
2 LIBNAME = libmpeg2.a
4 include ../config.mak
6 SRCS = alloc.c \
7 cpu_accel.c\
8 cpu_state.c \
9 decode.c \
10 header.c \
11 idct.c \
12 motion_comp.c \
13 slice.c \
15 SRCS-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c
16 SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c
17 SRCS-$(TARGET_VIS) += motion_comp_vis.c
18 SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
20 CFLAGS = -I../libvo -DMPG12PLAY
22 include ../mpcommon.mak