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-22 08:50:00 +0000 |
| commit | c1e4e274439666514aaef10d923401865c825af4 (patch) | |
| tree | 789200062ced68678e3af84ad37d246ae67e6de3 | |
| parent | 84e500799b785cf9c16caf4c74c1770337c6ae1c (diff) | |
| download | poky-c1e4e274439666514aaef10d923401865c825af4.tar.gz | |
libav: add PACKAGECONFIG for VA-API
Intel BSPs want to enable VA-API support so add a PACKAGECONFIG statement to
enable it if required.
(From OE-Core rev: 1e737fb0c032cb9f8f9869eeda80850bea05ad50)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" | |||
| 47 | PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger" | 47 | PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger" |
| 48 | PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" | 48 | PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" |
| 49 | PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" | 49 | PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" |
| 50 | PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" | ||
| 50 | PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" | 51 | PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" |
| 51 | PACKAGECONFIG[x11] = "--enable-x11grab,--disable-x11grab,virtual/libx11 libxfixes libxext xproto virtual/libsdl" | 52 | PACKAGECONFIG[x11] = "--enable-x11grab,--disable-x11grab,virtual/libx11 libxfixes libxext xproto virtual/libsdl" |
| 52 | PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" | 53 | PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" |
