Mercurial > libavcodec.hg
diff Makefile @ 10693:0aec5a890b83 libavcodec
Add decoder for R210 (uncompressed 10-bit RGB) codec.
author | reimar |
---|---|
date | Thu, 17 Dec 2009 18:56:56 +0000 |
parents | e6cd0f36159b |
children | 29d5a7712fb9 |
line wrap: on
line diff
--- a/Makefile Thu Dec 17 17:25:31 2009 +0000 +++ b/Makefile Thu Dec 17 18:56:56 2009 +0000 @@ -247,6 +247,7 @@ OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o OBJS-$(CONFIG_QTRLE_ENCODER) += qtrleenc.o +OBJS-$(CONFIG_R210_DECODER) += r210dec.o OBJS-$(CONFIG_RA_144_DECODER) += ra144.o celp_filters.o OBJS-$(CONFIG_RA_288_DECODER) += ra288.o celp_math.o celp_filters.o OBJS-$(CONFIG_RAWVIDEO_DECODER) += rawdec.o