Re: [FFmpeg-devel] [PATCH 2/2] configure: add pkg-config check for openal

2017-11-29 Thread Stephen Hutchinson
On 11/29/2017 3:58 PM, Hendrik Leppkes wrote: The same applies here as with twolame, we don't really want to duplicate all sorts of checks, so if pkg-config has been available for a sufficiently long time, then just use it always. Ok. TwoLAME is pretty clear-cut, but OpenAL raises more

Re: [FFmpeg-devel] [PATCH 2/2] configure: add pkg-config check for openal

2017-11-29 Thread Hendrik Leppkes
On Wed, Nov 29, 2017 at 9:39 PM, Stephen Hutchinson wrote: > --- > configure | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/configure b/configure > index 3c08125da3..141c8b742f 100755 > --- a/configure > +++ b/configure > @@ -5952,11

[FFmpeg-devel] [PATCH 2/2] configure: add pkg-config check for openal

2017-11-29 Thread Stephen Hutchinson
--- configure | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 3c08125da3..141c8b742f 100755 --- a/configure +++ b/configure @@ -5952,11 +5952,13 @@ enabled mmal && { check_lib mmal interface/mmal/mmal.h mmal_port_co