Mesa (pipe-video): vdpau: rename vdpau driver to r600/softpie

Christian König deathsimple at kemper.freedesktop.org
Wed May 18 19:38:04 UTC 2011


Module: Mesa
Branch: pipe-video
Commit: 0ef773ff798b2dedf1b7e53d4b5d834e1c68de38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef773ff798b2dedf1b7e53d4b5d834e1c68de38

Author: Christian König <deathsimple at vodafone.de>
Date:   Wed May 18 21:29:39 2011 +0200

vdpau: rename vdpau driver to r600/softpie

---

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

diff --git a/src/gallium/targets/Makefile.vdpau b/src/gallium/targets/Makefile.vdpau
index 6aa0103..6b8443f 100644
--- a/src/gallium/targets/Makefile.vdpau
+++ b/src/gallium/targets/Makefile.vdpau
@@ -1,6 +1,5 @@
 # This makefile template is used to build libvdpau_g3dvl.so
 
-LIBBASENAME = vdpau_g3dvl
 LIBNAME = lib$(LIBBASENAME).so
 VDPAU_LIB_GLOB=lib$(LIBBASENAME).*so*
 VDPAU_MAJOR = 1
diff --git a/src/gallium/targets/vdpau-r600/Makefile b/src/gallium/targets/vdpau-r600/Makefile
index efcaaaa..07d4072 100644
--- a/src/gallium/targets/vdpau-r600/Makefile
+++ b/src/gallium/targets/vdpau-r600/Makefile
@@ -1,6 +1,8 @@
 TOP = ../../../..
 include $(TOP)/configs/current
 
+LIBBASENAME = vdpau_r600
+
 PIPE_DRIVERS = \
         $(TOP)/src/gallium/drivers/r600/libr600.a \
 	$(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
diff --git a/src/gallium/targets/vdpau-softpipe/Makefile b/src/gallium/targets/vdpau-softpipe/Makefile
index 29dea50..139b01b 100644
--- a/src/gallium/targets/vdpau-softpipe/Makefile
+++ b/src/gallium/targets/vdpau-softpipe/Makefile
@@ -1,6 +1,8 @@
 TOP = ../../../..
 include $(TOP)/configs/current
 
+LIBBASENAME = vdpau_softpipe
+
 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
 DRIVER_INCLUDES =
 




More information about the mesa-commit mailing list