view libmpeg2/Makefile @ 23016:a1ced37f2ee5

Add generic hash map implementation. Reimplement both font cache and glyph cache on top of it.
author eugeni
date Fri, 20 Apr 2007 23:00:30 +0000
parents 04762e3ffd0b
children f0ddd02aec27
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libmpeg2.a

SRCS_COMMON = alloc.c \
	      cpu_accel.c\
	      cpu_state.c \
	      decode.c \
	      header.c \
	      idct.c \
	      motion_comp.c \
	      slice.c \

SRCS_COMMON-$(TARGET_MMX)        += idct_mmx.c motion_comp_mmx.c
SRCS_COMMON-$(TARGET_ALTIVEC)    += motion_comp_altivec.c idct_altivec.c
SRCS_COMMON-$(TARGET_VIS)        += motion_comp_vis.c
SRCS_COMMON-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c

include ../mpcommon.mak