ffmpeg: rebuild against x265-2.4
While I'm here, enable x265 for arm targets.
This commit is contained in:
parent
226dc151af
commit
054bbca3fd
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ffmpeg'
|
# Template file for 'ffmpeg'
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
version=3.3.2
|
version=3.3.2
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Decoding, encoding and streaming software"
|
short_desc="Decoding, encoding and streaming software"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -21,11 +21,10 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
|
||||||
$(vopt_if vpx libvpx-devel)"
|
$(vopt_if vpx libvpx-devel)"
|
||||||
|
|
||||||
build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac"
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" x265 vaapi vdpau vpx";;
|
i686*|x86_64*) build_options_default+=" vaapi vdpau";;
|
||||||
arm*|aarch64*) build_options_default+=" vpx"
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue