diff options
author | Christian König <[email protected]> | 2010-10-23 17:47:30 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2010-10-23 17:47:30 +0200 |
commit | 4381580936f07e0c5eb0ad7c51d2ccf765000d08 (patch) | |
tree | c9a4fd23cf7c2cca3b0c7e13d5b7c4723d0b433c /src/gallium/targets/Makefile.xvmc | |
parent | de4c2b91f4dd2408422bcbdbf3e9cf3897533e6d (diff) |
First xvmc-r600 implementation
Diffstat (limited to 'src/gallium/targets/Makefile.xvmc')
-rw-r--r-- | src/gallium/targets/Makefile.xvmc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc index e48906a1345..08529b38b70 100644 --- a/src/gallium/targets/Makefile.xvmc +++ b/src/gallium/targets/Makefile.xvmc @@ -7,6 +7,7 @@ XVMC_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 $(DRIVER_DEFINES) |