Mesa (master): meson: Actually link xvmc target with libxvmc

Dylan Baker dbaker at kemper.freedesktop.org
Thu Feb 15 18:43:31 UTC 2018


Module: Mesa
Branch: master
Commit: 340305576840c2a432202f1ace9279f490d87e59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=340305576840c2a432202f1ace9279f490d87e59

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Feb  1 16:09:02 2018 -0800

meson: Actually link xvmc target with libxvmc

Unlike vdpau this is required.

Fixes: 22a817af8a89eb3c7 ("meson: build gallium xvmc state tracker")
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
Acked-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 meson.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meson.build b/meson.build
index b5fa5a823c..3925ec483e 100644
--- a/meson.build
+++ b/meson.build
@@ -452,9 +452,6 @@ with_gallium_xvmc = _xvmc == 'true'
 dep_xvmc = []
 if with_gallium_xvmc
   dep_xvmc = dependency('xvmc', version : '>= 1.0.6')
-  dep_xvmc = declare_dependency(
-    compile_args : run_command(prog_pkgconfig, ['xvmc', '--cflags']).stdout().split()
-  )
 endif
 
 xvmc_drivers_path = get_option('xvmc-libs-path')




More information about the mesa-commit mailing list