aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-10-26 04:15:48 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-10-26 04:15:48 +0000
commitffc5430bc30a787ae684549df3afcb7b9dcc86d9 (patch)
tree1bd740823f9b05a010951f1c57dd4c2885b41a8c /libavcodec/Makefile
parentb0c32a70b4ef12a5317841f83128a0597320577f (diff)
downloadffmpeg-ffc5430bc30a787ae684549df3afcb7b9dcc86d9.tar.gz
LZW decoder as separate module plus TIFF LZW support
Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e49ee98ced..6fc77c08c0 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -81,7 +81,7 @@ OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o
OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o
OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o
OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o
-OBJS-$(CONFIG_GIF_DECODER) += gifdec.o
+OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
OBJS-$(CONFIG_H261_DECODER) += h261.o
OBJS-$(CONFIG_H261_ENCODER) += h261.o
OBJS-$(CONFIG_H264_DECODER) += h264.o
@@ -132,7 +132,7 @@ OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o
OBJS-$(CONFIG_SVQ3_DECODER) += h264.o
OBJS-$(CONFIG_TARGA_DECODER) += targa.o
OBJS-$(CONFIG_THEORA_DECODER) += vp3.o
-OBJS-$(CONFIG_TIFF_DECODER) += tiff.o
+OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o
OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o
OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o
OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o