[oe-commits] [openembedded-core] 23/43: ffmpeg: enable vaapi by default

git at git.openembedded.org git at git.openembedded.org
Tue Jul 17 08:14:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c0c0f86e2912f512eb76e3d683f5acfc9e5338bb
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 13 13:15:24 2018 +0100

    ffmpeg: enable vaapi by default
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb
index feafce2..5810f41 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb
@@ -41,7 +41,7 @@ DEPENDS = "alsa-lib zlib libogg yasm-native"
 inherit autotools pkgconfig
 
 PACKAGECONFIG ??= "avdevice avfilter avcodec avformat swresample swscale postproc \
-                   bzlib gpl lzma theora x264 \
+                   bzlib gpl lzma theora x264 vaapi \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xv', '', d)}"
 
 # libraries to build in addition to avutil

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list