Date: Fri, 21 Oct 2022 14:35:12 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 267218] audio/gstreamer1-plugins-chromaprint sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep" Message-ID: <bug-267218-12827-wUvASOUVYU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267218-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-267218-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267218 --- Comment #3 from Anthony Jenkins <Scoobi_doo@yahoo.com> --- ...so similar fix, disable building of v4l2codecs and svthevcenc here. diff --git a/audio/gstreamer1-plugins-chromaprint/Makefile b/audio/gstreamer1-plugins-chromaprint/Makefile index 316daec89e57..3cba039c876a 100644 --- a/audio/gstreamer1-plugins-chromaprint/Makefile +++ b/audio/gstreamer1-plugins-chromaprint/Makefile @@ -13,3 +13,5 @@ PLIST=3D ${.CURDIR}/pkg-plist LIB_DEPENDS=3D libchromaprint.so:audio/chromaprint .include "${MASTERDIR}/Makefile" + +MESON_ARGS+=3D -Dv4l2codecs=3Ddisabled -Dsvthevcenc=3Ddisabled --=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-267218-12827-wUvASOUVYU>