[SCM] libav/experimental: lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:55:28 UTC 2013
The following commit has been merged in the experimental branch:
commit bdcc13f2bf251f60bf5af33d5f88f78b63b1c81b
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Thu Dec 3 19:19:57 2009 +0000
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
diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h
index bebb335..304ba2d 100644
--- a/libavcodec/lzw.h
+++ b/libavcodec/lzw.h
@@ -30,8 +30,6 @@
#ifndef AVCODEC_LZW_H
#define AVCODEC_LZW_H
-#include "get_bits.h"
-
struct PutBitContext;
enum FF_LZW_MODES{
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 51e5f8e..f8f3cbd 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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list