projects
/
profile
/
ivi
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r300g: align the height of NPOT textures to POT
[profile/ivi/mesa.git]
/
src
/
gallium
/
state_trackers
/
xorg
/
xvmc
/
Makefile
1
TOP = ../../../../..
2
include $(TOP)/configs/current
3
4
LIBNAME = xvmctracker
5
6
LIBRARY_INCLUDES = \
7
$(shell pkg-config --cflags-only-I xvmc) \
8
-I$(TOP)/src/gallium/winsys/g3dvl
9
10
C_SOURCES = block.c \
11
surface.c \
12
context.c \
13
subpicture.c \
14
attributes.c
15
16
include ../../../Makefile.template