view libmpeg2/Makefile @ 21932:c11cbff65f18

r21727: Must refer to option name instead of internal variable r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h. r21848: clarify a few things about the interaction between *cmp and mbd options r21865: Audio track switching works with DVDs as well. r21882: sync to x264 r607 (update description of threads)
author kraymer
date Wed, 17 Jan 2007 14:04:30 +0000
parents ef59ac68c9b6
children 5dc92a83d58a
line wrap: on
line source


LIBNAME = libmpeg2.a

include ../config.mak

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

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

CFLAGS = -I../libvo -DMPG12PLAY

include ../mpcommon.mak