diff options
author | Xiaohui Sun <sunxiaohui@dsp.ac.cn> | 2007-04-06 18:29:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-06 18:29:27 +0000 |
commit | 2d99eed13510468a0c310005c083de8d1bc571ee (patch) | |
tree | e93dc8fa208a73403d859f1977cc360fedeef35f /libavcodec/Makefile | |
parent | 0d0677fbc7136d032ff86de20a9a7b30a4ac95c6 (diff) | |
download | ffmpeg-2d99eed13510468a0c310005c083de8d1bc571ee.tar.gz |
SGI image decoder ported to the new image API.
patch by Xiaohui Sun, sunxiaohui dsp.ac cn
Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3582329c85..0036eda6b0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -126,6 +126,8 @@ OBJS-$(CONFIG_RV10_DECODER) += rv10.o 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 |