[oe-commits] Ross Burton : libav: add PACKAGECONFIG for VA-API

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 21:49:13 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 1e737fb0c032cb9f8f9869eeda80850bea05ad50
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1e737fb0c032cb9f8f9869eeda80850bea05ad50

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Mar 19 15:18:24 2015 +0000

libav: add PACKAGECONFIG for VA-API

Intel BSPs want to enable VA-API support so add a PACKAGECONFIG statement to
enable it if required.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/libav/libav.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc
index 21c29fc..a2f0b81 100644
--- a/meta/recipes-multimedia/libav/libav.inc
+++ b/meta/recipes-multimedia/libav/libav.inc
@@ -47,6 +47,7 @@ PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
 PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger"
 PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex"
 PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora"
+PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
 PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx"
 PACKAGECONFIG[x11] = "--enable-x11grab,--disable-x11grab,virtual/libx11 libxfixes libxext xproto virtual/libsdl"
 PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264"



More information about the Openembedded-commits mailing list