diff options
author | Younes Manton <[email protected]> | 2010-06-27 00:01:18 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-06-27 00:01:18 -0400 |
commit | f3e34ba6fba76870b1c91a27adb706d1b87aeec8 (patch) | |
tree | f47adc814b7f4323fa8742104e9b2531780e8089 /src/gallium/targets/vdpau-softpipe | |
parent | b9fe9665194899fc0a6336d876ab0596418c7287 (diff) |
st/vdpau: Initial commit.
Enough plumbing here to get vdpauinfo working.
Diffstat (limited to 'src/gallium/targets/vdpau-softpipe')
-rw-r--r-- | src/gallium/targets/vdpau-softpipe/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gallium/targets/vdpau-softpipe/Makefile b/src/gallium/targets/vdpau-softpipe/Makefile new file mode 100644 index 00000000000..29dea50e7fb --- /dev/null +++ b/src/gallium/targets/vdpau-softpipe/Makefile @@ -0,0 +1,19 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +DRIVER_DEFINES = -DGALLIUM_SOFTPIPE +DRIVER_INCLUDES = + +PIPE_DRIVERS = \ + $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \ + $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ + $(TOP)/src/gallium/auxiliary/libgallium.a + +C_SOURCES = \ + $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c + +DRIVER_LIBS = + +include ../Makefile.vdpau + +symlinks: |