aboutsummaryrefslogtreecommitdiffstats
path: root/main/ffmpeg/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-05-05 08:52:46 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-05-05 08:53:06 +0300
commit3f9a709c2d08fe095b821edcb2d6ba04b57ae6e8 (patch)
tree5074c804d3bcf5ab660e23bde9792ac47c1c7410 /main/ffmpeg/APKBUILD
parent396fd40f9e81caa0d1b3504608cfa52661120544 (diff)
main/ffmpeg: enable gnutls for https support
Diffstat (limited to 'main/ffmpeg/APKBUILD')
-rw-r--r--main/ffmpeg/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index c82679bb430..1942b67a6e9 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 \