summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-09-16 03:31:41 +0000
committerMike Melanson <mike@multimedia.cx>2004-09-16 03:31:41 +0000
commitd0a0bbd22cdd24f429544dac9e9b950f9ac7d35d (patch)
tree099ec45330fe4652217c7aeaa43b2bdf59cbee9d /libavcodec/Makefile
parent69bde0b2581eda5bcd229c8861c38931feef026e (diff)
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3468 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 8fdb1ccba0..2bb8eedd8f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -20,7 +20,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \
roqvideo.o dpcm.o interplayvideo.o xan.o rpza.o cinepak.o msrle.o \
msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o 8bps.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
+ flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o
ifeq ($(AMR_NB),yes)
ifeq ($(AMR_NB_FIXED),yes)