comparison 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
comparison
equal deleted inserted replaced
5514:127f2a84e933 5515:0cdc1388f02f
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = header.c idct.c idct_mmx.c idct_mlib.c \ 6 SRCS = header.c idct.c idct_mmx.c idct_mlib.c \
7 motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \ 7 motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \
8 slice.c stats.c decode.c 8 slice.c stats.c # decode.c
9 OBJS = $(SRCS:.c=.o) 9 OBJS = $(SRCS:.c=.o)
10 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC) 10 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
11 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY 11 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
12 12
13 .SUFFIXES: .c .o 13 .SUFFIXES: .c .o