ffmpeg: use gnutls over openssl

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-04-08 22:33:32 +00:00
parent 2468ca2d0a
commit 0d77410ee4

View File

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