summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-26 03:40:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-26 03:40:29 +0000
commitf52072e3f0a97b47f99c14176de6ddf96cbcf891 (patch)
tree515358ceb8ff3a7e6dc99a2770e18492c25c8c12 /libavcodec/Makefile
parent85ad569574a1a7d81c48b10e394b1ce7aaca5b7b (diff)
10l (shorten.o missing)
Originally committed as revision 3985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1df461711e..dec7d59ceb 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -22,7 +22,7 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \
smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \
flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \
qdrw.o xl.o rangecoder.o png.o pnm.o qpeg.o vc9.o h263.o h261.o \
- msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o
+ msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o
AMROBJS=
ifeq ($(AMR_NB),yes)