From 286021ebdc3681dd06711e193e3a72abde35bd39 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 10 Mar 2020 17:53:27 +0100 Subject: [PATCH] Explicitly disable hls Explicitly disable the hls plugin to avoid the build erroring out due to missing openssl. --- openh264.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openh264.spec b/openh264.spec index d4b9aea..fcb2f04 100644 --- a/openh264.spec +++ b/openh264.spec @@ -105,6 +105,7 @@ export OPENH264_LIBS="-L`pwd`/.. -lopenh264" --with-package-origin="http://www.openh264.org/" \ --disable-static \ --disable-gl \ + --disable-hls \ --enable-openh264 make V=1 %{?_smp_mflags} popd