diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-03 13:43:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-03 13:43:57 +0000 |
commit | 716222db17905c0d069476451b680cd9070a07be (patch) | |
tree | da568e1971484a67835d4c2217efe4e344528f81 /libavcodec/Makefile | |
parent | 1a2a5b3ecdff0472ee402e494bc8d2ee33ecbcd2 (diff) | |
download | ffmpeg-716222db17905c0d069476451b680cd9070a07be.tar.gz |
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 7e0e83fa81..3582329c85 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -144,6 +144,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_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o |