From: Christian König Date: Wed, 18 May 2011 19:29:39 +0000 (+0200) Subject: vdpau: rename vdpau driver to r600/softpie X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ef773ff798b2dedf1b7e53d4b5d834e1c68de38;p=mesa.git vdpau: rename vdpau driver to r600/softpie --- diff --git a/src/gallium/targets/Makefile.vdpau b/src/gallium/targets/Makefile.vdpau index 6aa01037afa..6b8443fe35c 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 efcaaaa4e18..07d40725767 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 29dea50e7fb..139b01b982a 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 =