vdpau: rename vdpau driver to r600/softpie
authorChristian König <deathsimple@vodafone.de>
Wed, 18 May 2011 19:29:39 +0000 (21:29 +0200)
committerChristian König <deathsimple@vodafone.de>
Wed, 18 May 2011 19:30:09 +0000 (21:30 +0200)
src/gallium/targets/Makefile.vdpau
src/gallium/targets/vdpau-r600/Makefile
src/gallium/targets/vdpau-softpipe/Makefile

index 6aa0103..6b8443f 100644 (file)
@@ -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
index efcaaaa..07d4072 100644 (file)
@@ -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 \
index 29dea50..139b01b 100644 (file)
@@ -1,6 +1,8 @@
 TOP = ../../../..
 include $(TOP)/configs/current
 
+LIBBASENAME = vdpau_softpipe
+
 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
 DRIVER_INCLUDES =