ffmpeg: enable libvpx for arm* targets
This commit is contained in:
parent
6f798ef4a5
commit
2c541f1bc7
@ -1,7 +1,7 @@
|
||||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=3.2.4
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
@ -25,7 +25,7 @@ build_options_default="v4l2"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) build_options_default+=" x265 vaapi vdpau vpx";;
|
||||
armv7*|aarch64*) build_options_default+=" vpx"
|
||||
arm*|aarch64*) build_options_default+=" vpx"
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
|
Loading…
Reference in New Issue
Block a user