diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-11-30 21:56:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-07 10:36:12 +0000 |
commit | 0677c5b210ea563d6209f86c01f868111895f332 (patch) | |
tree | 164afa4c87256e1e510769d8cc755112c8a77b32 | |
parent | f0c75fecdf15453c5fb252eb9f3de3ea9ce5169b (diff) | |
download | openembedded-core-0677c5b210ea563d6209f86c01f868111895f332.tar.gz openembedded-core-0677c5b210ea563d6209f86c01f868111895f332.tar.bz2 openembedded-core-0677c5b210ea563d6209f86c01f868111895f332.zip |
ffmpeg: Add packageconfig for vdpau accelaration
Fixes dangling dependency QA issue
WARNING: ffmpeg-3.2.1-r0 do_package_qa: QA Issue: libavutil rdepends on libvdpau, but it isn't a build dependency, missing libvdpau in DEPENDS or PACKAGECONFIG? [build-deps]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb index 86279f2fdf..5fca950a3f 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb @@ -57,6 +57,7 @@ PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinge PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" +PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" 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" |