Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libmpeg2/Makefile Mon Aug 02 07:58:21 2004 +0000 +++ b/libmpeg2/Makefile Mon Aug 02 11:26:43 2004 +0000 @@ -3,10 +3,10 @@ include ../config.mak -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 +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 OBJS = $(SRCS:.c=.o) -INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC) +INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY ifeq ($(TARGET_ALTIVEC),yes)