vdpau: rename vdpau driver to r600/softpie
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
TOP = ../../../..
|
||||
include $(TOP)/configs/current
|
||||
|
||||
LIBBASENAME = vdpau_softpipe
|
||||
|
||||
DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
|
||||
DRIVER_INCLUDES =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user