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

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:56PM -0400, 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 25/25] intrax8: Remove mpegvideo dependency

2016-03-19 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 f538d5d..d9fb34d 100644 ---