[Bug 267218] audio/gstreamer1-plugins-chromaprint sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep"
Date: Fri, 21 Oct 2022 14:35:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267218
--- 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= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libchromaprint.so:audio/chromaprint
.include "${MASTERDIR}/Makefile"
+
+MESON_ARGS+= -Dv4l2codecs=disabled -Dsvthevcenc=disabled
--
You are receiving this mail because:
You are the assignee for the bug.