Re: [FFmpeg-devel] [PATCH 1/2] configure: add pkg-config detection for twolame

2017-11-29 Thread Carl Eugen Hoyos
2017-11-29 21:57 GMT+01:00 Hendrik Leppkes : > On Wed, Nov 29, 2017 at 9:39 PM, Stephen Hutchinson wrote: >> --- >> configure | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/configure b/configure >> index

Re: [FFmpeg-devel] [PATCH 1/2] configure: add pkg-config detection for twolame

2017-11-29 Thread James Almer
On 11/29/2017 6:11 PM, James Almer wrote: > On 11/29/2017 5:57 PM, Hendrik Leppkes wrote: >> On Wed, Nov 29, 2017 at 9:39 PM, Stephen Hutchinson wrote: >>> --- >>> configure | 4 +++- >>> 1 file changed, 3 insertions(+), 1 deletion(-) >>> >>> diff --git a/configure b/configure

Re: [FFmpeg-devel] [PATCH 1/2] configure: add pkg-config detection for twolame

2017-11-29 Thread James Almer
On 11/29/2017 5:57 PM, Hendrik Leppkes wrote: > On Wed, Nov 29, 2017 at 9:39 PM, Stephen Hutchinson wrote: >> --- >> configure | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/configure b/configure >> index 4e7254eaeb..3c08125da3 100755 >> ---

Re: [FFmpeg-devel] [PATCH 1/2] configure: add pkg-config detection for twolame

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

[FFmpeg-devel] [PATCH 1/2] configure: add pkg-config detection for twolame

2017-11-29 Thread Stephen Hutchinson
--- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 4e7254eaeb..3c08125da3 100755 --- a/configure +++ b/configure @@ -5888,7 +5888,9 @@ enabled libssh&& require_pkg_config libssh libssh libssh/sftp.h sftp enabled libspeex