Re: [libav-devel] [PATCH 18/25] intrax8: Add a local BlockDSPContext and initialize it

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:49PM -0400, Vittorio Giovara wrote: > Helps in decoupling this code from mpegvideo. > --- > configure| 2 +- > libavcodec/intrax8.c | 3 ++- > libavcodec/intrax8.h | 2 ++ > 3 files changed, 5 insertions(+), 2 deletions(-) OK Diego

[libav-devel] [PATCH 18/25] intrax8: Add a local BlockDSPContext and initialize it

2016-03-19 Thread Vittorio Giovara
Helps in decoupling this code from mpegvideo. --- configure| 2 +- libavcodec/intrax8.c | 3 ++- libavcodec/intrax8.h | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 493bbc7..1c2ac71 100755 --- a/configure +++ b/configure @@ -1860,7