diff options
author | Marek Olšák <[email protected]> | 2013-11-02 12:20:29 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:01 +0100 |
commit | fa8b1514d31d1ffb3d9e2a208ac7d1bd774754b2 (patch) | |
tree | 1a35307a1021444118cabcab1b47aeef194ce667 /src/gallium/targets/Makefile.am | |
parent | 7c2531847fba8c8eaac287936a20dc07612d4b59 (diff) |
gallium/targets: remove vdpau-softpipe
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index bfe22a2fc19..46d7ad0de95 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -122,10 +122,6 @@ if HAVE_GALLIUM_SOFTPIPE if HAVE_DRI SUBDIRS += dri-swrast endif - -if HAVE_ST_VDPAU -SUBDIRS += vdpau-softpipe -endif endif if NEED_GALLIUM_LOADER |