ffmpeg: enable more decoders (#4083)

This commit is contained in:
Toyam Cox 2016-04-27 09:21:01 -04:00 committed by Juan RP
parent c943c79cd0
commit 34f1c69028

View file

@ -1,7 +1,7 @@
# Template file for 'ffmpeg'
pkgname=ffmpeg
version=2.8.6
revision=3
revision=4
short_desc="Decoding, encoding and streaming software"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
@ -19,7 +19,7 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
$(vopt_if vdpau libvdpau-devel) $(vopt_if v4l2 v4l-utils-devel) libbs2b-devel
libvidstab-devel"
build_options="x265 v4l2 vaapi vdpau"
build_options="x265 v4l2 vaapi vdpau nonfree_possible"
build_options_default="v4l2"
case "$XBPS_TARGET_MACHINE" in
@ -47,6 +47,8 @@ do_configure() {
--enable-shared --enable-static --enable-x11grab --enable-librtmp \
--enable-libpulse --enable-libfreetype --enable-libmodplug \
--enable-libspeex --enable-libcelt --enable-libass \
--enable-libopus --enable-librtmp --enable-libmodplug \
$(vopt_if nonfree_possible --enable-libfaac\ --enable-nonfree) \
--disable-libopencore_amrnb --disable-libopencore_amrwb \
--disable-libschroedinger --disable-libopenjpeg \
--enable-postproc --enable-opencl ${_args} \