diff Makefile @ 1783:66ae3c109d90 libavcodec

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
author melanson
date Thu, 05 Feb 2004 05:22:44 +0000
parents f0c21b9a328e
children 5e5c3d4a1e82
line wrap: on
line diff
--- a/Makefile	Thu Feb 05 00:35:08 2004 +0000
+++ b/Makefile	Thu Feb 05 05:22:44 2004 +0000
@@ -19,7 +19,7 @@
       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)