diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-12-03 19:19:57 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-12-03 19:19:57 +0000 |
commit | bdcc13f2bf251f60bf5af33d5f88f78b63b1c81b (patch) | |
tree | 97d4f3e5dcc6eba17e5f3560654a91fa0d7b27b1 /libavcodec/tiff.c | |
parent | f38e450746ca52c7965146ebdbcdd4cc30ad1fd9 (diff) | |
download | ffmpeg-bdcc13f2bf251f60bf5af33d5f88f78b63b1c81b.tar.gz |
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
Originally committed as revision 20724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r-- | libavcodec/tiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 51e5f8ee63..f8f3cbde95 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -32,7 +32,7 @@ #include "tiff.h" #include "faxcompr.h" #include "libavutil/common.h" - +#include "libavutil/intreadwrite.h" typedef struct TiffContext { AVCodecContext *avctx; |