Browse Source

enable SSL based protocols like RTMPS

master
parent
commit
f4e9aa7364
  1. 7
      ffmpeg/ffmpeg.spec

7
ffmpeg/ffmpeg.spec

@ -36,7 +36,7 @@ Class: PLUS
Group: Video
License: GPL/LGPL
Version: %{V_tarball}
Release: 20200101
Release: 20200418
# list of sources
Source0: http://ffmpeg.org/releases/ffmpeg-%{V_tarball}.tar.bz2
@ -45,8 +45,8 @@ Patch0: ffmpeg.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101, perl, make, gcc, gcc::with_cxx = yes, yasm, pkgconfig
PreReq: OpenPKG, openpkg >= 20160101
BuildPreReq: x264, x265, dirac, vorbis-libs, lame, xvid, theora
PreReq: x264, x265, dirac, vorbis-libs, lame, xvid, theora
BuildPreReq: x264, x265, dirac, vorbis-libs, lame, xvid, theora, openssl
PreReq: x264, x265, dirac, vorbis-libs, lame, xvid, theora, openssl
BuildPreReq: libnut, gsm, zlib, bzip2, openjpeg, libvpx, opus, webp, aom
PreReq: libnut, gsm, zlib, bzip2, openjpeg, libvpx, opus, webp, aom
@ -98,6 +98,7 @@ PreReq: libnut, gsm, zlib, bzip2, openjpeg, libvpx, opus, webp, aom
--enable-libaom \
--disable-libtesseract \
--disable-libopenjpeg \
--enable-openssl \
--enable-bzlib \
--enable-zlib \
--disable-libspeex \

Loading…
Cancel
Save