diff options
author | Christian König <[email protected]> | 2011-03-18 21:44:47 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-19 00:06:47 +0100 |
commit | f36846c77ee196881c0da560229279fc7ed88170 (patch) | |
tree | 9e78e45e4c8b2352443b660a4acc1311cceea911 /src/gallium/targets/Makefile.vdpau | |
parent | cbb3ad3d5aaeecfdd724ef0de120969031bb23fc (diff) |
vdpau: add vdpau-r600 target
Diffstat (limited to 'src/gallium/targets/Makefile.vdpau')
-rw-r--r-- | src/gallium/targets/Makefile.vdpau | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.vdpau b/src/gallium/targets/Makefile.vdpau index 2accbeb702e..6aa01037afa 100644 --- a/src/gallium/targets/Makefile.vdpau +++ b/src/gallium/targets/Makefile.vdpau @@ -8,6 +8,7 @@ VDPAU_MINOR = 0 INCLUDES = -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/gallium/auxiliary \ + -I$(TOP)/src/gallium/winsys \ -I$(TOP)/src/gallium/winsys/g3dvl \ $(DRIVER_INCLUDES) DEFINES = -DGALLIUM_TRACE -DVER_MAJOR=$(VDPAU_MAJOR) -DVER_MINOR=$(VDPAU_MINOR) $(DRIVER_DEFINES) |