Re: [FFmpeg-devel] [PATCH] avcodec: install avdct.h as public header

2015-10-27 Thread Andreas Cadhalpun
On 27.10.2015 22:18, Ronald S. Bultje wrote: > On Tue, Oct 27, 2015 at 4:24 PM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > >> The commit 932ff70 introducing this header mentions it should be public. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/Makefile | 1 +

Re: [FFmpeg-devel] [PATCH] avcodec: install avdct.h as public header

2015-10-27 Thread Ronald S. Bultje
Hi, On Tue, Oct 27, 2015 at 4:24 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > The commit 932ff70 introducing this header mentions it should be public. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/

[FFmpeg-devel] [PATCH] avcodec: install avdct.h as public header

2015-10-27 Thread Andreas Cadhalpun
The commit 932ff70 introducing this header mentions it should be public. Signed-off-by: Andreas Cadhalpun --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 38152f7..5f38ebb 100644 --- a/libavcodec/Makefile +++ b/libavcodec