summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-06-01 00:56:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-06-01 00:56:05 +0000
commit8809cfee0a6faa61055dfb2229879a822267a22b (patch)
treeba89020a444917b4feb358fe2f114c328e3f8f7a /libavcodec/Makefile
parent642d7e842e7280e0fc5cde1fb2677172bc5f10d6 (diff)
downloadffmpeg-streaming-8809cfee0a6faa61055dfb2229879a822267a22b.zip
ffmpeg-streaming-8809cfee0a6faa61055dfb2229879a822267a22b.tar.gz
4xm codec
Originally committed as revision 1923 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 3ea0024..39566b3 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -17,7 +17,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \
mpeg12.o mpegaudiodec.o pcm.o simple_idct.o \
ratecontrol.o adpcm.o eval.o dv.o error_resilience.o \
fft.o mdct.o mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o \
- vp3.o asv1.o
+ vp3.o asv1.o 4xm.o cabac.o
ifeq ($(AMR_NB),yes)
OBJS+= amr.o
OpenPOWER on IntegriCloud