diff libmpeg2/Makefile @ 36:846535ace7a2

libmpeg2-0.2.0 merge
author arpi_esp
date Sun, 04 Mar 2001 21:01:54 +0000
parents f0f2a9174225
children 91087aaea5c7
line wrap: on
line diff
--- a/libmpeg2/Makefile	Sun Mar 04 14:12:58 2001 +0000
+++ b/libmpeg2/Makefile	Sun Mar 04 21:01:54 2001 +0000
@@ -3,8 +3,8 @@
 
 include ../config.mak
 
-SRCS	= decode.c header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c
-OBJS	= decode.o header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o
+SRCS	= header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
+OBJS	= header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o decode.o
 INCLUDE = -I. -I../libvo -I..
 CFLAGS  = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY