From: Khem Raj Date: Thu, 1 Dec 2016 05:56:01 +0000 (-0800) Subject: ffmpeg: Add packageconfig for vdpau accelaration X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0677c5b210ea563d6209f86c01f868111895f332;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb index 86279f2fdf5..5fca950a3f8 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"