diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 18:42:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 18:42:26 +0000 |
commit | 92799d3213edb3dc7b9bb5fb10f66cb7284c7f4a (patch) | |
tree | d74dbc072fae7d71f7883d8797dfc41cd0a49647 /libavcodec/Makefile | |
parent | a56f82eaf87143d346c391737f5436be9f777a09 (diff) | |
download | ffmpeg-92799d3213edb3dc7b9bb5fb10f66cb7284c7f4a.tar.gz |
Enable faxcompr.
Originally committed as revision 16349 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 4786d66951..aaeb9a40f4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -202,7 +202,7 @@ OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o vp3dsp.o OBJS-$(CONFIG_THP_DECODER) += mjpegdec.o mjpeg.o OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o -OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o +OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o |