ffmpeg: rebuild against x265-2.4

While I'm here, enable x265 for arm targets.
This commit is contained in:
Alessio Sergi 2017-06-19 02:00:50 +02:00
parent 226dc151af
commit 054bbca3fd

View File

@ -1,7 +1,7 @@
# Template file for 'ffmpeg'
pkgname=ffmpeg
version=3.3.2
revision=1
revision=2
short_desc="Decoding, encoding and streaming software"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
@ -21,11 +21,10 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
$(vopt_if vpx libvpx-devel)"
build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac"
build_options_default="v4l2"
build_options_default="x265 v4l2 vpx"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) build_options_default+=" x265 vaapi vdpau vpx";;
arm*|aarch64*) build_options_default+=" vpx"
i686*|x86_64*) build_options_default+=" vaapi vdpau";;
esac
do_configure() {