draw: fix crashes with out-of-bounds indices
[mesa.git] / src / gallium / state_trackers / vdpau / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = vdpautracker
5
6 VDPAU_MAJOR = 1
7 VDPAU_MINOR = 0
8 LIBRARY_DEFINES = -DVER_MAJOR=$(VDPAU_MAJOR) -DVER_MINOR=$(VDPAU_MINOR) $(STATE_TRACKER_DEFINES)
9
10 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) --cflags-only-I vdpau)
11
12 C_SOURCES = htab.c \
13 ftab.c \
14 device.c \
15 query.c \
16 surface.c \
17 decode.c \
18 presentation.c \
19 bitmap.c \
20 output.c \
21 preemption.c \
22 mixer.c
23
24
25 include ../../Makefile.template
26