diff options
author | Jay Faulkner <jay@jvf.cc> | 2022-11-10 18:14:43 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-12 06:14:31 +0000 |
commit | cc5225f16304b5f66fe55e8981d30af624b3cb40 (patch) | |
tree | 0b0415f9802a78b81743e069a17d1a38777f6913 /media-video/obs-studio | |
parent | kde-plasma/kpipewire: keyword 5.26.3 for ~loong (diff) | |
download | gentoo-cc5225f16304b5f66fe55e8981d30af624b3cb40.tar.gz gentoo-cc5225f16304b5f66fe55e8981d30af624b3cb40.tar.bz2 gentoo-cc5225f16304b5f66fe55e8981d30af624b3cb40.zip |
media-video/obs-studio: Fix usex SSL to use ON/OFF
This fixes the issue where RTMPS streaming would cause crashes.
(sam: Ionen notes in the bug that CMakeLists.txt does an unusual
literal comparison rather than evaluating...)
Closes: https://bugs.gentoo.org/880861
Signed-off-by: Jay Faulkner <jay@jvf.cc>
Closes: https://github.com/gentoo/gentoo/pull/28220
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/obs-studio')
-rw-r--r-- | media-video/obs-studio/obs-studio-28.1.2-r1.ebuild (renamed from media-video/obs-studio/obs-studio-28.1.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/obs-studio/obs-studio-28.1.2.ebuild b/media-video/obs-studio/obs-studio-28.1.2-r1.ebuild index dec59165b47e..ccebdf8e5249 100644 --- a/media-video/obs-studio/obs-studio-28.1.2.ebuild +++ b/media-video/obs-studio/obs-studio-28.1.2-r1.ebuild @@ -198,7 +198,7 @@ src_configure() { -DENABLE_NEW_MPEGTS_OUTPUT=OFF # Requires librist and libsrt. -DENABLE_PIPEWIRE=$(usex pipewire) -DENABLE_PULSEAUDIO=$(usex pulseaudio) - -DENABLE_RTMPS=$(usex ssl) + -DENABLE_RTMPS=$(usex ssl ON OFF) # Needed for bug 880861 -DENABLE_SPEEXDSP=$(usex speex) -DENABLE_V4L2=$(usex v4l) -DENABLE_VLC=$(usex vlc) |