summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xvmc-softpipe/Makefile
blob: 35db16f08e4b45255fa8350ee005f6be6f6b4b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TOP = ../../../..
include $(TOP)/configs/current

LIBBASENAME = XvMCsoftpipe

DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
DRIVER_INCLUDES =

PIPE_DRIVERS = \
	$(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
	$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
	$(TOP)/src/gallium/auxiliary/libgallium.a

C_SOURCES = \
	$(TOP)/src/gallium/auxiliary/vl/vl_winsys_xsp.c

DRIVER_LIBS =

include ../Makefile.xvmc

symlinks: