vdpau: rename vdpau driver to r600/softpie

This commit is contained in:
Christian König 2011-05-18 21:29:39 +02:00
parent 9f64199d39
commit 0ef773ff79
3 changed files with 4 additions and 1 deletions

View 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

View 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 \

View File

@ -1,6 +1,8 @@
TOP = ../../../..
include $(TOP)/configs/current
LIBBASENAME = vdpau_softpipe
DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
DRIVER_INCLUDES =