diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-12 19:32:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-13 00:30:02 +0200 |
commit | b7ba7cbd6e5a0e590a6ad018eaf3be1342e96d94 (patch) | |
tree | 61ff7355196bd0555cdcbfc01cafb6d868b8e522 /libavcodec/Makefile | |
parent | 4b101ab02ea762f70903e894a4b002b229526a4a (diff) | |
download | ffmpeg-b7ba7cbd6e5a0e590a6ad018eaf3be1342e96d94.tar.gz |
avcodec/tiff: Refactor TIFF tag related functions to share the code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5c8f9d5ed5..5ba8a1ab9e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -426,7 +426,7 @@ OBJS-$(CONFIG_TARGA_Y216_DECODER) += targa_y216dec.o OBJS-$(CONFIG_THEORA_DECODER) += xiph.o OBJS-$(CONFIG_THP_DECODER) += mjpegdec.o mjpeg.o OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o -OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o tiff_data.o +OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o tiff_data.o tiff_common.o OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o tiff_data.o OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o OBJS-$(CONFIG_TRUEHD_DECODER) += mlpdec.o mlpdsp.o |