Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread Carl Eugen Hoyos
2017-12-20 0:49 GMT+01:00 James Almer : > On 12/19/2017 8:32 PM, Carl Eugen Hoyos wrote: >> 2017-12-19 18:28 GMT+01:00 James Almer : >>> On 12/19/2017 2:13 PM, Stefan _ wrote: Last patch had a minor issue, fixed version attached. >>> >>> Applied. >>> >>> The fallback check for that matter shou

Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread Hendrik Leppkes
On Wed, Dec 20, 2017 at 12:32 AM, Carl Eugen Hoyos wrote: > 2017-12-19 18:28 GMT+01:00 James Almer : >> On 12/19/2017 2:13 PM, Stefan _ wrote: >>> Last patch had a minor issue, fixed version attached. >> >> Applied. >> >> The fallback check for that matter should be removed. It's pointless >> sinc

Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread James Almer
On 12/19/2017 8:32 PM, Carl Eugen Hoyos wrote: > 2017-12-19 18:28 GMT+01:00 James Almer : >> On 12/19/2017 2:13 PM, Stefan _ wrote: >>> Last patch had a minor issue, fixed version attached. >> >> Applied. >> >> The fallback check for that matter should be removed. It's pointless >> since every supp

Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread Carl Eugen Hoyos
2017-12-19 18:28 GMT+01:00 James Almer : > On 12/19/2017 2:13 PM, Stefan _ wrote: >> Last patch had a minor issue, fixed version attached. > > Applied. > > The fallback check for that matter should be removed. It's pointless > since every supported version of the library ships a .pc file Which is

Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread James Almer
On 12/19/2017 2:13 PM, Stefan _ wrote: > Last patch had a minor issue, fixed version attached. Applied. The fallback check for that matter should be removed. It's pointless since every supported version of the library ships a .pc file, and it's pretty much guaranteed to not work with static build

Re: [FFmpeg-devel] [PATCHv2] configure: fix pkg-config check for libtls

2017-12-19 Thread Stefan _
Last patch had a minor issue, fixed version attached. From 6f6bcf77ce2aaf6a84858d34112f61128e779fda Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 19 Dec 2017 17:33:26 +0100 Subject: [PATCH] configure: fix pkg-config check for libtls This was not accounted for during merge and is required due to