Mercurial > libavcodec.hg
diff Makefile @ 4790:2b825cb391f2 libavcodec
SGI image decoder ported to the new image API.
patch by Xiaohui Sun, sunxiaohui dsp.ac cn
author | diego |
---|---|
date | Fri, 06 Apr 2007 18:29:27 +0000 |
parents | 0860efc2f02b |
children | 12279b61177b |
line wrap: on
line diff
--- a/Makefile Fri Apr 06 10:37:34 2007 +0000 +++ b/Makefile Fri Apr 06 18:29:27 2007 +0000 @@ -126,6 +126,8 @@ OBJS-$(CONFIG_RV10_ENCODER) += rv10.o OBJS-$(CONFIG_RV20_DECODER) += rv10.o OBJS-$(CONFIG_RV20_ENCODER) += rv10.o +OBJS-$(CONFIG_SGI_DECODER) += sgidec.o +OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o