Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-04 Thread 桃源老師
Hello, > 2022/02/04 午後5:55、Gyan Doshi mailto:ffm...@gyani.pro>>のメール: > > > > On 2022-02-04 01:20 pm, 桃源老師 wrote: >> >> I attached config.log with this message. Hope someone help me... > > Make sure libvmaf.h is current and exists in only one path (no older copies > elsewhere). Thank you

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-04 Thread Gyan Doshi
On 2022-02-04 01:20 pm, 桃源老師 wrote: /var/folders/1d/qk_hczkn68xfv_7gdbkmhwx4gn/T//ffconf.DmkkrFIx/test.c:3:44: error: use of undeclared identifier 'vmaf_init' long check_vmaf_init(void) { return (long) vmaf_init; } It seems to me that vmaf_init() had existed before, so I'm not sure why

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread Paul B Mahol
On Thu, Feb 3, 2022 at 1:11 PM Reindl Harald wrote: > > > Am 03.02.22 um 13:07 schrieb 桃源老師 > > I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not > found using pkg-config". The reason why I feel funny is that ffmpeg commit > of

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread 桃源老師
Hello, > 2022/02/04 午前0:19、Moritz Barsnick のメール: > > On Thu, Feb 03, 2022 at 21:07:08 +0900, 桃源老師 wrote: >> I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not found >> using pkg-config". The reason why I feel funny is that ffmpeg commit of >>

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread Moritz Barsnick
On Thu, Feb 03, 2022 at 21:07:08 +0900, 桃源老師 wrote: > I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not found > using pkg-config". The reason why I feel funny is that ffmpeg commit of > "06a54a4ec73ea6eb8cec41b7af75367bafb075e0(Date: Sat Jan 22 10:32:34 2022 > +0100)" can

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread 桃源老師
Hello, > 2022/02/03 午後9:07、桃源老師 のメール: > > Hello, > > I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not found > using pkg-config". The reason why I feel funny is that ffmpeg commit of > "06a54a4ec73ea6eb8cec41b7af75367bafb075e0(Date: Sat Jan 22 10:32:34 2022 > +0100)" can

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread 桃源老師
Hello, > 2022/02/03 午後9:11、Reindl Harald のメール: > > i wonder how that can be given that we are always told here that latest git > has *always* less bugs than anything else :-) Yes, if it is really a bug, how can we do? smime.p7s Description: S/MIME cryptographic signature

Re: [FFmpeg-user] ERROR: libvmaf >= 2.0.0 not found using pkg-config

2022-02-03 Thread Reindl Harald
Am 03.02.22 um 13:07 schrieb 桃源老師 I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not found using pkg-config". The reason why I feel funny is that ffmpeg commit of "06a54a4ec73ea6eb8cec41b7af75367bafb075e0(Date: Sat Jan 22 10:32:34 2022 +0100)" can configure and make