Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-13 Thread Andreas Cadhalpun
On 13.10.2016 03:11, Michael Bradshaw wrote: > On Wed, Oct 12, 2016 at 8:30 AM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: >> >> Updated patch attached. > > > New patch looks good to me (though I don't have push privileges so can't > commit it). I pushed it myself. Thanks for

Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-12 Thread Michael Bradshaw
On Wed, Oct 12, 2016 at 8:30 AM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > > Updated patch attached. New patch looks good to me (though I don't have push privileges so can't commit it). Thanks! ___ ffmpeg-devel mailing list ffmpeg-

Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-12 Thread Andreas Cadhalpun
On 12.10.2016 03:35, Michael Bradshaw wrote: > Oh man, I literally just wrote a patch for this today. You beat me by 6 > hours. Anyway, thanks for the patch! What a coincidence! > On Tue, Oct 11, 2016 at 11:37 AM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > [...] >> +enabled

Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-11 Thread Michael Bradshaw
On Tue, Oct 11, 2016 at 6:35 PM, Michael Bradshaw wrote: > > On Tue, Oct 11, 2016 at 11:37 AM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: >> >> + check_lib2 openjpeg-2.1/openjpeg.h >> opj_version -lopenjp2 || >> + { ch

Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-11 Thread Michael Bradshaw
Oh man, I literally just wrote a patch for this today. You beat me by 6 hours. Anyway, thanks for the patch! On Tue, Oct 11, 2016 at 11:37 AM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Use check_lib2 to test the header together with the function. This is > necessary, because