Mesa (main): meson: Remove duplicate xvmc in build summary.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 12 21:14:12 UTC 2021


Module: Mesa
Branch: main
Commit: c0fc745b78bc84b07f43b0114e2fac54938eca63
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0fc745b78bc84b07f43b0114e2fac54938eca63

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Mon Aug  9 18:12:22 2021 -0700

meson: Remove duplicate xvmc in build summary.

Fixes: d30ce03bc07 ("meson: add build-summary")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12296>

---

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

diff --git a/meson.build b/meson.build
index 93646c9c31a..2c4bee4724c 100644
--- a/meson.build
+++ b/meson.build
@@ -2229,9 +2229,6 @@ if with_gallium
   if with_gallium_xvmc
     gallium_st += 'xvmc'
   endif
-  if with_gallium_xvmc
-    gallium_st += 'xvmc'
-  endif
   if with_gallium_vdpau
     gallium_st += 'vdpau'
   endif



More information about the mesa-commit mailing list