Mesa (master): targets/xvmc: automake: link against libmesautil.la

Emil Velikov evelikov at kemper.freedesktop.org
Tue Aug 5 12:57:09 UTC 2014


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Aug  4 22:10:50 2014 +0100

targets/xvmc: automake: link against libmesautil.la

Or the build will fail due to unresolved symbols.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

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

diff --git a/src/gallium/targets/xvmc/Makefile.am b/src/gallium/targets/xvmc/Makefile.am
index 329a1d4..884bccf 100644
--- a/src/gallium/targets/xvmc/Makefile.am
+++ b/src/gallium/targets/xvmc/Makefile.am
@@ -26,6 +26,7 @@ endif # HAVE_LD_VERSION_SCRIPT
 libXvMCgallium_la_LIBADD = \
 	$(top_builddir)/src/gallium/state_trackers/xvmc/libxvmctracker.la \
 	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(XVMC_LIBS) \
 	$(LIBDRM_LIBS) \
 	$(GALLIUM_COMMON_LIB_DEPS)




More information about the mesa-commit mailing list