From 0ef773ff798b2dedf1b7e53d4b5d834e1c68de38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Wed, 18 May 2011 21:29:39 +0200 Subject: [PATCH] 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 deletion(-) 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 = -- 2.7.4