aboutsummaryrefslogtreecommitdiffstats
path: root/main/ffmpeg/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-30 07:47:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-30 07:47:13 +0000
commit9a116f1e49d2b35cae2cb44f1b62cd948ba998c0 (patch)
tree14b3fd57fd6d8e7b57d13b3d3f5fc5b371053c18 /main/ffmpeg/APKBUILD
parentcf8604ea3ec4ee0ed0f7b69ded14d0a509050e37 (diff)
main/ffmpeg: enable avresample and avfilter
gst-libav1 needs it.
Diffstat (limited to 'main/ffmpeg/APKBUILD')
-rw-r--r--main/ffmpeg/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index ba59e058f7f..375b654154b 100644
--- a/main/ffmpeg/APKBUILD
+++ b/main/ffmpeg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=2.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="http://ffmpeg.org/"
arch="all"
@@ -39,6 +39,8 @@ build() {
cd "$_builddir"
./configure \
--prefix=/usr \
+ --enable-avresample \
+ --enable-avfilter \
--enable-gnutls \
--enable-gpl \
--enable-libmp3lame \