Mesa (master): vdpau-softpipe: Build correct source file - vl_winsys_xsp.c

Matt Turner mattst88 at kemper.freedesktop.org
Mon Mar 4 06:57:15 UTC 2013


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

Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar  3 22:51:01 2013 -0800

vdpau-softpipe: Build correct source file - vl_winsys_xsp.c

Copy-and-paste problem introduced by commit 7f24483e.

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/gallium/targets/vdpau-softpipe/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/vdpau-softpipe/Makefile.am b/src/gallium/targets/vdpau-softpipe/Makefile.am
index 3372b5c..7bde2f8 100644
--- a/src/gallium/targets/vdpau-softpipe/Makefile.am
+++ b/src/gallium/targets/vdpau-softpipe/Makefile.am
@@ -35,7 +35,7 @@ vdpaudir = $(VDPAU_LIB_INSTALL_DIR)
 vdpau_LTLIBRARIES = libvdpau_softpipe.la
 
 libvdpau_softpipe_la_SOURCES = \
-	$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
+	$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_xsp.c
 
 libvdpau_softpipe_la_LDFLAGS = \
 	-module \




More information about the mesa-commit mailing list