diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-28 16:07:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-28 16:07:58 +0000 |
commit | 4b991ea1bc10e17456db8894c8f86132bfbb69d2 (patch) | |
tree | ec5ff47f94688c6eb6c41479c3ff8b73566a434a /multimedia/obs-streamfx/Makefile | |
parent | 9c96556d76c9e4320a1825e6bb0c6b4942216a04 (diff) |
Notes
Diffstat (limited to 'multimedia/obs-streamfx/Makefile')
-rw-r--r-- | multimedia/obs-streamfx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/obs-streamfx/Makefile b/multimedia/obs-streamfx/Makefile index cc06a118d4bf..5a68650dbfc7 100644 --- a/multimedia/obs-streamfx/Makefile +++ b/multimedia/obs-streamfx/Makefile @@ -10,6 +10,9 @@ COMMENT= OBS Studio Plugin: Modern effects LICENSE= GPLv2 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 + LIB_DEPENDS= libobs.so:multimedia/obs-studio USES= cmake |