summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-04-20 09:42:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-04-20 09:42:47 +0000
commit856dbbff7f3e7a78cc1a435cacf7f273f3e7277d (patch)
tree4ab5c84c19c477adcd4fe6cb9102192f89b9da52 /libavcodec/Makefile
parent29df259923ec9c4d65bc127aeb734569dc5eaae6 (diff)
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
Originally committed as revision 4141 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 f70877b40e..b3edae991c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -23,7 +23,7 @@ OBJS= bitstream.o utils.o mem.o allcodecs.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 shorten.o loco.o \
- alac.o wnv1.o ws-snd1.o aasc.o
+ alac.o wnv1.o ws-snd1.o aasc.o indeo2.o
AMROBJS=
ifeq ($(AMR_NB),yes)