summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-30 21:56:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-07 10:38:03 +0000
commit1b9b617b7da8d5aafa1501a2bfaa840d2e4ac9d2 (patch)
tree5af094b463c760b846fe72854c64f96c25672340 /meta/recipes-multimedia/ffmpeg
parent729593b79a09a2fc46a7f9279d0a12cc556c4df7 (diff)
downloadpoky-1b9b617b7da8d5aafa1501a2bfaa840d2e4ac9d2.tar.gz
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] (From OE-Core rev: 0677c5b210ea563d6209f86c01f868111895f332) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb1
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
57PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" 57PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex"
58PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" 58PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora"
59PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" 59PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
60PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
60PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" 61PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx"
61PACKAGECONFIG[x11] = "--enable-x11grab,--disable-x11grab,virtual/libx11 libxfixes libxext xproto virtual/libsdl" 62PACKAGECONFIG[x11] = "--enable-x11grab,--disable-x11grab,virtual/libx11 libxfixes libxext xproto virtual/libsdl"
62PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264" 63PACKAGECONFIG[x264] = "--enable-libx264,--disable-libx264,x264"