Module: Mesa Branch: master Commit: b035869ff82f61c47c42cb4e94da767722e63689 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b035869ff82f61c47c42cb4e94da767722e63689
Author: Brian Paul <[email protected]> Date: Mon Aug 4 13:09:43 2014 -0600 targets/vdpau: link with libmesautil.la to fix build breakage Reviewed-by: Jason Ekstrand <[email protected]> --- 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
