diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-06-01 00:56:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-06-01 00:56:05 +0000 |
commit | 8809cfee0a6faa61055dfb2229879a822267a22b (patch) | |
tree | ba89020a444917b4feb358fe2f114c328e3f8f7a /libavcodec/Makefile | |
parent | 642d7e842e7280e0fc5cde1fb2677172bc5f10d6 (diff) | |
download | ffmpeg-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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3ea0024062..39566b3d81 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 |