comparison libmpeg2/Makefile @ 12932:d0a8810e155c

Importing libmpeg2 from mpeg2dec-0.4.0b
author henry
date Mon, 02 Aug 2004 11:26:43 +0000
parents 80973aa180a5
children adb93ef6b07f
comparison
equal deleted inserted replaced
12931:0aecf9be9817 12932:d0a8810e155c
1 1
2 LIBNAME = libmpeg2.a 2 LIBNAME = libmpeg2.a
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c idct_alpha.c idct_mlib.c idct_mmx.c motion_comp.c motion_comp_alpha.c motion_comp_mlib.c motion_comp_mmx.c slice.c 6 SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c idct_alpha.c idct_mmx.c motion_comp.c motion_comp_alpha.c motion_comp_mmx.c slice.c
7 7
8 OBJS = $(SRCS:.c=.o) 8 OBJS = $(SRCS:.c=.o)
9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC) 9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY 10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
11 11
12 ifeq ($(TARGET_ALTIVEC),yes) 12 ifeq ($(TARGET_ALTIVEC),yes)
13 SRCS += motion_comp_altivec.c idct_altivec.c 13 SRCS += motion_comp_altivec.c idct_altivec.c
14 endif 14 endif