diff options
author | Marek Olšák <[email protected]> | 2013-11-02 12:18:44 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:01 +0100 |
commit | 7c2531847fba8c8eaac287936a20dc07612d4b59 (patch) | |
tree | 3840a2b303619aba77aef3406acd0889268cde80 /src/gallium/targets/Makefile.am | |
parent | 0e17c12fa7b2ceb6a7a77ed36604e0c3fd818db3 (diff) |
gallium/targets: remove xvmc-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 02211358b8d..bfe22a2fc19 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -123,10 +123,6 @@ if HAVE_DRI SUBDIRS += dri-swrast endif -if HAVE_ST_XVMC -SUBDIRS += xvmc-softpipe -endif - if HAVE_ST_VDPAU SUBDIRS += vdpau-softpipe endif |