From: Gyan Doshi <ffmpeg@gyani.pro> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] configure error: pkg not found even though it is available Date: Wed, 26 Jan 2022 13:06:21 +0530 Message-ID: <493d0446-3f43-914f-ceb6-1681fdcb82bc@gyani.pro> (raw) In-Reply-To: <f63b7b6f-a871-4599-8374-9a7f8b0db8e9@evermeet.cx> On 2022-01-26 12:55 pm, Helmut K. C. Tessarek wrote: > Hello, > > I compile the static binaries for macOS and just got a configure error: > > ERROR: libvmaf >= 2.0.0 not found using pkg-config > > The file looks as follows: > > $ cat libvmaf.pc > prefix=/Users/Shared/ffmpeg/sw > libdir=${prefix}/lib > includedir=${prefix}/include > > Name: libvmaf > Description: VMAF, Video Multimethod Assessment Fusion > Version: 2.3.0 > Libs: -L${libdir} -lvmaf -lm > Cflags: -I${includedir} -I${includedir}/libvmaf > > And the library also exists in the lib directory. > > The full config.log is here: https://evermeet.cx/pub/tmp/config.log Specific error is error: use of undeclared identifier 'vmaf_init' The filter includes <libvmaf.h> Confirm that /Users/Shared/ffmpeg/sw/include/libvmaf has current header which declares vmaf_init() > This commit broke it: 3d29724c00 It builds here. Regards, Gyan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2022-01-26 7:36 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-26 7:25 Helmut K. C. Tessarek 2022-01-26 7:36 ` Gyan Doshi [this message] 2022-01-26 7:57 ` Helmut K. C. Tessarek 2022-01-26 8:00 ` Gyan Doshi 2022-01-26 20:38 ` Helmut K. C. Tessarek
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=493d0446-3f43-914f-ceb6-1681fdcb82bc@gyani.pro \ --to=ffmpeg@gyani.pro \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git