From a991b1fecbd8c9e6f4fc31c191bd12e4be27dbf7 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 13 Oct 2006 10:48:29 +0000 Subject: TIFF decoder Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 830444795c..94aa96ad27 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -134,6 +134,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_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o -- cgit v1.2.3