Re: [FFmpeg-devel] [PATCH] configure: require pkg-config for libvmaf

2017-08-30 Thread Ronald S. Bultje
Hi, On Tue, Aug 1, 2017 at 11:14 AM, Ashish Pratap Singh wrote: > From: Ashish Singh > > This patch makes the libvmaf filter use pkg-config to detect > and link to libvmaf. > > Signed-off-by: Ashish Singh > --- > configure | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Pushed.

Re: [FFmpeg-devel] [PATCH] configure: require pkg-config for libvmaf

2017-08-01 Thread Ashish Pratap Singh
Hi, On Aug 1, 2017 7:15 PM, "Ronald S. Bultje" wrote: Hi, On Fri, Jul 21, 2017 at 6:48 AM, Ashish Pratap Singh wrote: > From: Ashish Singh > > Hi, libvmaf now has a pkg-config file. This patch makes libvmaf filter > link to > pkg-config of libvmaf. "This patch makes the libvmaf filter use

Re: [FFmpeg-devel] [PATCH] configure: require pkg-config for libvmaf

2017-08-01 Thread Ronald S. Bultje
Hi, On Fri, Jul 21, 2017 at 6:48 AM, Ashish Pratap Singh wrote: > From: Ashish Singh > > Hi, libvmaf now has a pkg-config file. This patch makes libvmaf filter > link to > pkg-config of libvmaf. "This patch makes the libvmaf filter use pkg-config to detect and link to libvmaf." I think? Ron