aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/Makefile.common
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-01-14 10:15:00 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-01-14 10:20:35 +0000
commit192c7ba5fa087b1fc8140cddd58b55f511e0e0e6 (patch)
tree79cd03cb21f6b597670be91fe229da9bbfecccca /multimedia/gstreamer1-plugins/Makefile.common
parent038ffa5e63e3b419b68989e5c822b8cb108af7da (diff)
downloadports-192c7ba5fa087b1fc8140cddd58b55f511e0e0e6.tar.gz
ports-192c7ba5fa087b1fc8140cddd58b55f511e0e0e6.zip
multimedia/gstreamer1-plugins: Fix build in the presence of tremor
Details: If audio/libtremor is installed, the dependency may be picked up by the auto detection. This leads so a build error in gstreamer1-plugins-ogg. This patch explicitly disables tremor in gstreamer-* ports. PR: 268560 Reported by: gja822@narod.ru MFH: 2023Q1
Diffstat (limited to 'multimedia/gstreamer1-plugins/Makefile.common')
-rw-r--r--multimedia/gstreamer1-plugins/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index e6ce9cb4e82f..136da5652397 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -38,6 +38,7 @@ BASE_GST_ALL_PLUGINS+= \
tests \
theora \
tools \
+ tremor \
typefind \
video \
videoconvert \