summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xvmc/Makefile
blob: 179446f5ad5aafe49f912adfa470731ab2c73ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = xvmctracker

LIBRARY_INCLUDES = \
	$(shell $(PKG_CONFIG) --cflags-only-I xvmc) \
	-I$(TOP)/src/gallium/winsys/g3dvl

C_SOURCES = block.c \
            surface.c \
            context.c \
            subpicture.c \
            attributes.c

include ../../Makefile.template