2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
LIBNAME = libmpeg2.a
|
|
|
|
|
|
|
|
include ../config.mak
|
|
|
|
|
2006-03-25 10:38:37 +00:00
|
|
|
SRCS = alloc.c \
|
|
|
|
cpu_accel.c\
|
|
|
|
cpu_state.c \
|
|
|
|
decode.c \
|
|
|
|
header.c \
|
|
|
|
idct.c \
|
|
|
|
motion_comp.c \
|
|
|
|
slice.c \
|
2003-04-06 16:36:02 +00:00
|
|
|
|
2006-11-27 13:42:36 +00:00
|
|
|
SRCS-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c
|
|
|
|
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
|
2003-06-09 12:11:09 +00:00
|
|
|
|
2006-11-27 13:42:36 +00:00
|
|
|
CFLAGS = -I../libvo -DMPG12PLAY
|
2004-08-24 17:24:31 +00:00
|
|
|
|
2006-11-26 18:12:36 +00:00
|
|
|
include ../mpcommon.mak
|