diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-07 15:15:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-07 15:15:45 +0000 |
commit | efd2afc2aef18e9c8d43a18dccc792d901528992 (patch) | |
tree | 75a7683eb65048b2d9a121c6eb218b4fba31a4e4 /libavcodec/Makefile | |
parent | f0790c59f4485f32eace69ab68b53f097a617a8d (diff) | |
download | ffmpeg-efd2afc2aef18e9c8d43a18dccc792d901528992.tar.gz |
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 19886b8e7d..175755eb90 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -147,7 +147,7 @@ OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o -OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o +OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o |