Mesa (master): targets/vdpau: link with libmesautil.la to fix build breakage

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 4 20:06:07 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug  4 13:09:43 2014 -0600

targets/vdpau: link with libmesautil.la to fix build breakage

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 src/gallium/targets/vdpau/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am
index 8c1e1f6..6c92cd8 100644
--- a/src/gallium/targets/vdpau/Makefile.am
+++ b/src/gallium/targets/vdpau/Makefile.am
@@ -27,6 +27,7 @@ endif # HAVE_LD_VERSION_SCRIPT
 libvdpau_gallium_la_LIBADD = \
 	$(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \
 	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(VDPAU_LIBS) \
 	$(LIBDRM_LIBS) \
 	$(GALLIUM_COMMON_LIB_DEPS)




More information about the mesa-commit mailing list