aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-10-13 06:24:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2025-10-13 06:36:02 +0000
commit16766c305904134c2595b76b76a900683be0e3b8 (patch)
treeec7f6b083eafc71ca7d1e30ac8d7c641877277f4
parente78191a00e2e65be15b3b5c74d3caffc25b8da95 (diff)
multimedia/obs-streamfx: Fix build by adding missing dependency needed with the latest obs-studio
Reported by: fallout (cherry picked from commit ff315181c2592efe7abe6dea6983af63481771f4)
-rw-r--r--multimedia/obs-streamfx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/obs-streamfx/Makefile b/multimedia/obs-streamfx/Makefile
index d851f5da1a00..a08fd7f73628 100644
--- a/multimedia/obs-streamfx/Makefile
+++ b/multimedia/obs-streamfx/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= plugin requires a lot of memory for many of the filters to even run, physical or virtual memory can exceed 4GB
-BUILD_DEPENDS= ${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json
+BUILD_DEPENDS= ${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json \
+ simde>0:devel/simde
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libcurl.so:ftp/curl \
libobs.so:multimedia/obs-studio