aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2022-11-01 23:19:40 +0000
committerThomas Zander <riggs@FreeBSD.org>2022-11-01 23:24:41 +0000
commit629aa01a594ed009dce58d3b2ad75b0967bcec48 (patch)
treeb7afbdd4b3f0471912fd5869d75324eb8c16bfd3
parent040e9e09916bc42675bb0d3aa94fee4787bb15c3 (diff)
downloadports-629aa01a594ed009dce58d3b2ad75b0967bcec48.tar.gz
ports-629aa01a594ed009dce58d3b2ad75b0967bcec48.zip
multimedia/gstreamer1-plugins-dts: Fix build in dirty environments
This should fix the build in the presence of devel/libgusb and multimedia/v4l_compat as per discussion in the bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132 PR: 267132 Reported by: russo@bogodyn.org
-rw-r--r--multimedia/gstreamer1-plugins-dts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-plugins-dts/Makefile b/multimedia/gstreamer1-plugins-dts/Makefile
index eec99eb14858..a5809ef8af99 100644
--- a/multimedia/gstreamer1-plugins-dts/Makefile
+++ b/multimedia/gstreamer1-plugins-dts/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= GStreamer dts audio decode plugin
@@ -14,4 +14,4 @@ LIB_DEPENDS= libdca.so:multimedia/libdca
.include "${MASTERDIR}/Makefile"
-MESON_ARGS+= -Dgpl=enabled
+MESON_ARGS+= -Dgpl=enabled -Dv4l2codecs=disabled -Dsvthevcenc=disabled