Explicitly disable hls

Explicitly disable the hls plugin to avoid the build erroring out due to
missing openssl.
epel9
Kalev Lember 5 years ago
parent 339508016c
commit 286021ebdc

@ -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

Loading…
Cancel
Save