mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: enable gnutls support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2b7abc402d
commit
0d438c5a43
@ -154,6 +154,7 @@ cd $PKG_BUILD/
|
||||
--disable-w32threads \
|
||||
--disable-x11grab \
|
||||
--enable-network \
|
||||
--enable-gnutls \
|
||||
--disable-gray \
|
||||
--enable-swscale-alpha \
|
||||
$FFMPEG_OPTIM \
|
||||
|
@ -28,8 +28,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://ffmpeg.org"
|
||||
PKG_URL="http://ffmpeg.org/releases/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="yasm zlib bzip2 libvorbis"
|
||||
PKG_BUILD_DEPENDS="toolchain yasm zlib bzip2 libvorbis"
|
||||
PKG_DEPENDS="yasm zlib bzip2 libvorbis gnutls"
|
||||
PKG_BUILD_DEPENDS="toolchain yasm zlib bzip2 libvorbis gnutls"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
|
||||
|
Loading…
x
Reference in New Issue
Block a user