aboutsummaryrefslogtreecommitdiffstats
path: root/main/gst-libav1
diff options
context:
space:
mode:
Diffstat (limited to 'main/gst-libav1')
-rw-r--r--main/gst-libav1/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/gst-libav1/APKBUILD b/main/gst-libav1/APKBUILD
index efd741c9f5..fd3e7fc546 100644
--- a/main/gst-libav1/APKBUILD
+++ b/main/gst-libav1/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-libav1
pkgver=1.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Gstreamer libav Plugin"
url="http://www.gstreamer.net"
-arch="x86_64"
+arch="x86 x86_64"
license="GPL"
makedepends="
coreutils
+ ffmpeg-dev>=2.7.1-r1
gstreamer1-dev
gst-plugins-base1-dev
liboil-dev
@@ -35,7 +36,7 @@ build() {
--localstatedir=/var \
--enable-orc \
--disable-fatal-warnings \
- --with-libav-extra-configure="--enable-pic --disable-mmx --disable-mmx2" \
+ --with-system-libav \
|| return 1
make || return 1
}