aboutsummaryrefslogtreecommitdiffstats
path: root/community/ffmpeg/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ffmpeg/APKBUILD')
-rw-r--r--community/ffmpeg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 0a7360bd55..9905fa0656 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=4.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="https://ffmpeg.org/"
arch="all"
@@ -80,7 +80,7 @@ build() {
[ -n "$DEBUG" ] && _dbg="--enable-debug"
case "$CARCH" in
- x86 | arm*) _asm="--disable-asm" ;;
+ x86) _asm="--disable-asm" ;;
esac
./configure \