Date: Wed, 11 Nov 2020 10:58:13 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251044] multimedia/handbrake: Fails to build: dav1d not found Message-ID: <bug-251044-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251044 Bug ID: 251044 Summary: multimedia/handbrake: Fails to build: dav1d not found Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: cuicui@gmail.com CC: naito.yuichiro@gmail.com Flags: maintainer-feedback?(naito.yuichiro@gmail.com) CC: naito.yuichiro@gmail.com Created attachment 219548 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D219548&action= =3Dedit Updated file/patch-contrib_ffmpeg_module.defs Similar to bug #244432, this time it's a different error. When ffmpeg/configure script tests for dav1d, it gets a linker error due to libpthread not being linked in. Upon further inspection, it seems that dav1= d.pc generated has -pthread in Libs.private. pkg-config assume you are linking dynamically, so private dependencies are not included by default. But they = are required for static linking. Fix is to pass in --pkg-config-flags=3D--static to ffmpeg's configure scrip= t. I've attached the fix. It's an updated file/patch-contrib_ffmpeg_module.defs (It's not a patch of a patch). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251044-7788>