aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-21 21:18:17 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-21 21:18:17 +0000
commit8b4c7dbc5507425b0c342948dabf01d714af7068 (patch)
tree52e929eb4145fe5506cc4624e8f842143b99f7a8 /libavcodec/Makefile
parent2c029cd19d7a20aca129a4818212e48e5ce79a76 (diff)
downloadffmpeg-8b4c7dbc5507425b0c342948dabf01d714af7068.tar.gz
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 Originally committed as revision 408 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 00d10b76bb..6afa15941b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -6,7 +6,8 @@ LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \
motion_est.o imgconvert.o imgresample.o msmpeg4.o \
- mpeg12.o h263dec.o rv10.o mpegaudiodec.o pcm.o simple_idct.o
+ mpeg12.o h263dec.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \
+ ratecontrol.o
ASM_OBJS=
# currently using libac3 for ac3 decoding