ffmpeg: enable gnutls support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-15 19:33:19 +02:00
parent 2b7abc402d
commit 0d438c5a43
2 changed files with 3 additions and 2 deletions

View File

@ -154,6 +154,7 @@ cd $PKG_BUILD/
--disable-w32threads \ --disable-w32threads \
--disable-x11grab \ --disable-x11grab \
--enable-network \ --enable-network \
--enable-gnutls \
--disable-gray \ --disable-gray \
--enable-swscale-alpha \ --enable-swscale-alpha \
$FFMPEG_OPTIM \ $FFMPEG_OPTIM \

View File

@ -28,8 +28,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="http://ffmpeg.org" PKG_SITE="http://ffmpeg.org"
PKG_URL="http://ffmpeg.org/releases/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ffmpeg.org/releases/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="yasm zlib bzip2 libvorbis" PKG_DEPENDS="yasm zlib bzip2 libvorbis gnutls"
PKG_BUILD_DEPENDS="toolchain yasm zlib bzip2 libvorbis" PKG_BUILD_DEPENDS="toolchain yasm zlib bzip2 libvorbis gnutls"
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."