mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ffmpeg: switch to libressl support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
17a4b8580f
commit
4abbebee1c
@ -23,7 +23,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://ffmpeg.org"
|
PKG_SITE="http://ffmpeg.org"
|
||||||
PKG_URL="https://www.ffmpeg.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://www.ffmpeg.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain yasm:host zlib bzip2 libvorbis gnutls"
|
PKG_DEPENDS_TARGET="toolchain yasm:host zlib bzip2 libvorbis libressl"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
PKG_SHORTDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
|
PKG_SHORTDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
|
||||||
@ -162,7 +162,7 @@ configure_target() {
|
|||||||
--disable-w32threads \
|
--disable-w32threads \
|
||||||
--disable-x11grab \
|
--disable-x11grab \
|
||||||
--enable-network \
|
--enable-network \
|
||||||
--enable-gnutls \
|
--disable-gnutls --enable-openssl --enable-nonfree \
|
||||||
--disable-gray \
|
--disable-gray \
|
||||||
--enable-swscale-alpha \
|
--enable-swscale-alpha \
|
||||||
$FFMPEG_OPTIM \
|
$FFMPEG_OPTIM \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user