diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-08-11 11:45:59 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-08-11 11:51:27 -0400 |
commit | 5723afe81cff0eb33f2e02b408187d6d7a282d45 (patch) | |
tree | 0845437ea8e4396d7381e55ea12e1388aeb0fdc7 | |
parent | mail/opensmtpd-table-sqlite: fix installation path (diff) |
multimedia/gstreamer1-plugins-msdk: Limit to amd64 and i386
The Intel Media SDK is only for Intel GPUs.
Reported by: fluffy via #freebsd-desktop
-rw-r--r-- | multimedia/gstreamer1-plugins-msdk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-msdk/Makefile b/multimedia/gstreamer1-plugins-msdk/Makefile index 52cc5cd3cec6..29f7e70fc12b 100644 --- a/multimedia/gstreamer1-plugins-msdk/Makefile +++ b/multimedia/gstreamer1-plugins-msdk/Makefile @@ -3,6 +3,9 @@ CATEGORIES= multimedia COMMENT= GStreamer (Intel MediaSDK) plugin +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported + LIB_DEPENDS= libdrm.so:graphics/libdrm \ libgudev-1.0.so:devel/libgudev \ libmfx.so:multimedia/intel-media-sdk \ |