diff libmpeg2/Makefile @ 5515:0cdc1388f02f

quant_store moved to frame struct
author arpi
date Sun, 07 Apr 2002 16:32:54 +0000
parents f6d2a4bc9bb5
children 47984e3f54ce
line wrap: on
line diff
--- a/libmpeg2/Makefile	Sun Apr 07 03:32:36 2002 +0000
+++ b/libmpeg2/Makefile	Sun Apr 07 16:32:54 2002 +0000
@@ -5,7 +5,7 @@
 
 SRCS	= header.c idct.c idct_mmx.c idct_mlib.c \
 		motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \
-		slice.c stats.c decode.c
+		slice.c stats.c # decode.c
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
 CFLAGS  = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY