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

LIBNAME = xvmctracker

LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) --cflags-only-I xvmc)

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

include ../../Makefile.template