Re: [FFmpeg-devel] [PATCH 2/3] configure: enable autodetected libraries after option parsing

2016-12-01 Thread Andreas Cadhalpun
On 02.12.2016 01:05, Hendrik Leppkes wrote: > On Fri, Dec 2, 2016 at 12:27 AM, Andreas Cadhalpun > wrote: >> On 01.12.2016 11:01, Hendrik Leppkes wrote: >>> If those are enabled after option parsing, doesn't this then prevent >>> me from turning them off? >> >>

Re: [FFmpeg-devel] [PATCH 2/3] configure: enable autodetected libraries after option parsing

2016-12-01 Thread Hendrik Leppkes
On Fri, Dec 2, 2016 at 12:27 AM, Andreas Cadhalpun wrote: > On 01.12.2016 11:01, Hendrik Leppkes wrote: >> If those are enabled after option parsing, doesn't this then prevent >> me from turning them off? > > Good catch, they should only be enabled, if they

Re: [FFmpeg-devel] [PATCH 2/3] configure: enable autodetected libraries after option parsing

2016-12-01 Thread Andreas Cadhalpun
On 01.12.2016 11:01, Hendrik Leppkes wrote: > If those are enabled after option parsing, doesn't this then prevent > me from turning them off? Good catch, they should only be enabled, if they haven't been disabled. Updated patch is attached. Best regards, Andreas >From

Re: [FFmpeg-devel] [PATCH 2/3] configure: enable autodetected libraries after option parsing

2016-12-01 Thread Hendrik Leppkes
On Thu, Dec 1, 2016 at 12:22 AM, Andreas Cadhalpun wrote: > This is needed for the following patch. > > Signed-off-by: Andreas Cadhalpun > --- > configure | 18 +- > 1 file changed, 9 insertions(+), 9

[FFmpeg-devel] [PATCH 2/3] configure: enable autodetected libraries after option parsing

2016-11-30 Thread Andreas Cadhalpun
This is needed for the following patch. Signed-off-by: Andreas Cadhalpun --- configure | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 2ce7555..28c78ef 100755 --- a/configure +++ b/configure @@