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

Loading…
Cancel
Save