diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-18 13:11:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-18 13:11:15 +0000 |
commit | 7b1fa7db0a829d99b3b4fd8f30cfa26b7bf43be0 (patch) | |
tree | 93e18c976ace814187c1620b22656d0d90ad06e6 | |
parent | 6e454c38b0e67c9df68492bc7fb00c7f4c911abb (diff) | |
download | ffmpeg-7b1fa7db0a829d99b3b4fd8f30cfa26b7bf43be0.tar.gz |
100l
Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index cc7d289870..278fc26116 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -11,7 +11,7 @@ CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_S OBJS= common.o utils.o mem.o allcodecs.o \ mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ - mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ + mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \ motion_est.o imgconvert.o imgresample.o \ mpeg12.o mpegaudiodec.o pcm.o simple_idct.o \ ratecontrol.o adpcm.o eval.o dv.o error_resilience.o \ |