diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-02-05 05:22:44 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-02-05 05:22:44 +0000 |
commit | 070ed1bc43405053f38ffdcbd3d33ee4f587b399 (patch) | |
tree | cafc418cdbddc64c60950ccff24f336210eaf3b6 /libavcodec/Makefile | |
parent | a412a03beeb8309baf816c2ec14db85650028e47 (diff) | |
download | ffmpeg-070ed1bc43405053f38ffdcbd3d33ee4f587b399.tar.gz |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp
are not supported yet
Originally committed as revision 2748 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 c07cd4d574..3d4c321d44 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -19,7 +19,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ vp3.o asv1.o 4xm.o cabac.o ffv1.o ra144.o ra288.o vcr1.o cljr.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 + smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) |