Re: [libav-devel] [PATCH 24/25] intrax8: Remove mpegvideo dependency

2016-02-23 Thread Diego Biurrun
On Mon, Feb 22, 2016 at 08:17:48PM -0500, Vittorio Giovara wrote: > --- > libavcodec/intrax8.c | 7 +-- > libavcodec/intrax8.h | 10 +- > libavcodec/vc1dec.c | 3 +-- > libavcodec/wmv2dec.c | 2 +- > 4 files changed, 4 insertions(+), 18 deletions(-) OK Diego

[libav-devel] [PATCH 24/25] intrax8: Remove mpegvideo dependency

2016-02-22 Thread Vittorio Giovara
--- libavcodec/intrax8.c | 7 +-- libavcodec/intrax8.h | 10 +- libavcodec/vc1dec.c | 3 +-- libavcodec/wmv2dec.c | 2 +- 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 9c82ef9..c289dd4 100644 ---