diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-19 15:18:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-21 09:42:40 +0000 |
commit | 1e737fb0c032cb9f8f9869eeda80850bea05ad50 (patch) | |
tree | b27b656d6c5bbd71b7879145b3dd4571130e24d4 /meta/recipes-multimedia/libav | |
parent | 3047160d04dfa1846db52b58d77f6380ea3dfb6e (diff) | |
download | openembedded-core-1e737fb0c032cb9f8f9869eeda80850bea05ad50.tar.gz openembedded-core-1e737fb0c032cb9f8f9869eeda80850bea05ad50.tar.bz2 openembedded-core-1e737fb0c032cb9f8f9869eeda80850bea05ad50.zip |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libav')
-rw-r--r-- | meta/recipes-multimedia/libav/libav.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index 21c29fc5a7..a2f0b815e2 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" |