changeset 10635:2938c3bc34c7 libavcodec

lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
author bcoudurier
date Thu, 03 Dec 2009 19:19:57 +0000
parents e15eb76d9e47
children 703cfed31320
files lzw.h tiff.c
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lzw.h	Thu Dec 03 19:17:39 2009 +0000
+++ b/lzw.h	Thu Dec 03 19:19:57 2009 +0000
@@ -30,8 +30,6 @@
 #ifndef AVCODEC_LZW_H
 #define AVCODEC_LZW_H
 
-#include "get_bits.h"
-
 struct PutBitContext;
 
 enum FF_LZW_MODES{
--- a/tiff.c	Thu Dec 03 19:17:39 2009 +0000
+++ b/tiff.c	Thu Dec 03 19:19:57 2009 +0000
@@ -32,7 +32,7 @@
 #include "tiff.h"
 #include "faxcompr.h"
 #include "libavutil/common.h"
-
+#include "libavutil/intreadwrite.h"
 
 typedef struct TiffContext {
     AVCodecContext *avctx;