diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-05-05 08:52:46 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-05-05 08:53:06 +0300 |
commit | 3f9a709c2d08fe095b821edcb2d6ba04b57ae6e8 (patch) | |
tree | 5074c804d3bcf5ab660e23bde9792ac47c1c7410 | |
parent | 396fd40f9e81caa0d1b3504608cfa52661120544 (diff) | |
download | aports-3f9a709c2d08fe095b821edcb2d6ba04b57ae6e8.tar.bz2 aports-3f9a709c2d08fe095b821edcb2d6ba04b57ae6e8.tar.xz |
main/ffmpeg: enable gnutls for https support
-rw-r--r-- | main/ffmpeg/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD index c82679bb43..1942b67a6e 100644 --- a/main/ffmpeg/APKBUILD +++ b/main/ffmpeg/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ffmpeg pkgver=2.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" url="http://ffmpeg.org/" arch="all" license="GPL" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -makedepends="lame-dev libvorbis-dev xvidcore-dev zlib-dev +makedepends="gnutls-dev lame-dev libvorbis-dev xvidcore-dev zlib-dev imlib2-dev x264-dev libtheora-dev coreutils bzip2-dev perl libvpx-dev libvpx-dev sdl-dev libxfixes-dev libva-dev alsa-lib-dev rtmpdump-dev v4l-utils-dev yasm opus-dev" @@ -39,6 +39,7 @@ build() { cd "$_builddir" ./configure \ --prefix=/usr \ + --enable-gnutls \ --enable-gpl \ --enable-libmp3lame \ --enable-librtmp \ |