mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
ffmpeg: use gnutls over openssl
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
2468ca2d0a
commit
0d77410ee4
@ -9,7 +9,7 @@ PKG_SHA256="68535cc2a000946b62ce4be6edf7dda7900bd524f22bcb826800b94f4a873314"
|
||||
PKG_LICENSE="LGPLv2.1+"
|
||||
PKG_SITE="https://ffmpeg.org"
|
||||
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain zlib bzip2 openssl speex"
|
||||
PKG_DEPENDS_TARGET="toolchain zlib bzip2 gnutls speex"
|
||||
PKG_LONGDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
|
||||
PKG_BUILD_FLAGS="-gold"
|
||||
|
||||
@ -112,7 +112,6 @@ configure_target() {
|
||||
--enable-shared \
|
||||
--enable-gpl \
|
||||
--disable-version3 \
|
||||
--enable-nonfree \
|
||||
--enable-logging \
|
||||
--disable-doc \
|
||||
$PKG_FFMPEG_DEBUG \
|
||||
@ -130,7 +129,7 @@ configure_target() {
|
||||
--disable-devices \
|
||||
--enable-pthreads \
|
||||
--enable-network \
|
||||
--disable-gnutls --enable-openssl \
|
||||
--enable-gnutls --disable-openssl \
|
||||
--disable-gray \
|
||||
--enable-swscale-alpha \
|
||||
--disable-small \
|
||||
|
Loading…
x
Reference in New Issue
Block a user