projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f88893
)
targets/vdpau: link with libmesautil.la to fix build breakage
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 19:09:43 +0000
(13:09 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000
(14:06 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/gallium/targets/vdpau/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/vdpau/Makefile.am
b/src/gallium/targets/vdpau/Makefile.am
index 8c1e1f666fea61fea227b3b819f7d089a6c73fe1..6c92cd8603a43b5a6958c7403acf27d3815ec554 100644
(file)
--- 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)