comparison Makefile @ 329:5cc47d0ba53e libavcodec

fixed ratecontrol & b-frames 2pass ratecontrol fixed hq with 2pass inceased build num (a few more vars for the rc stuff) hopefully no new bugs
author michaelni
date Sun, 21 Apr 2002 21:18:17 +0000
parents 9c975237ec64
children 1a38b3b4ea28
comparison
equal deleted inserted replaced
328:025825084364 329:5cc47d0ba53e
4 LDFLAGS= -g 4 LDFLAGS= -g
5 5
6 OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ 6 OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
7 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ 7 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \
8 motion_est.o imgconvert.o imgresample.o msmpeg4.o \ 8 motion_est.o imgconvert.o imgresample.o msmpeg4.o \
9 mpeg12.o h263dec.o rv10.o mpegaudiodec.o pcm.o simple_idct.o 9 mpeg12.o h263dec.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \
10 ratecontrol.o
10 ASM_OBJS= 11 ASM_OBJS=
11 12
12 # currently using libac3 for ac3 decoding 13 # currently using libac3 for ac3 decoding
13 ifeq ($(CONFIG_AC3),yes) 14 ifeq ($(CONFIG_AC3),yes)
14 OBJS+= ac3dec.o \ 15 OBJS+= ac3dec.o \