[Mesa-dev] [PATCH] vdpau-softpipe build regression fix

Jakub Bogusz qboosh at pld-linux.org
Thu Feb 28 07:40:55 PST 2013


Hello,

This patch fixes vdpau-softpipe build regression (wrong file used for
softpipe, resulting in undefined driver_descriptor symbol), introduced
with gallium automake support.


-- 
Jakub Bogusz    http://qboosh.pl/
-------------- next part --------------
--- Mesa-9.1/src/gallium/targets/vdpau-softpipe/Makefile.am.orig	2013-02-20 01:26:22.000000000 +0100
+++ Mesa-9.1/src/gallium/targets/vdpau-softpipe/Makefile.am	2013-02-28 15:46:37.886610941 +0100
@@ -35,7 +35,7 @@
 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-dev mailing list