diff options
author | Marek Olšák <[email protected]> | 2013-11-02 12:07:42 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:01 +0100 |
commit | 0e17c12fa7b2ceb6a7a77ed36604e0c3fd818db3 (patch) | |
tree | dbebcc23faa7bf275bcc81c6fc1bb0060c083df7 /src/gallium/targets/Makefile.am | |
parent | 5f7233c8ea7f5fd9893cf539d2e216b0bc3cffa8 (diff) |
gallium/targets: remove r300/vdpau
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 162e30d628d..02211358b8d 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -74,10 +74,6 @@ if HAVE_GALLIUM_R300 if HAVE_DRI SUBDIRS += r300/dri endif - -if HAVE_ST_VDPAU -SUBDIRS += r300/vdpau -endif endif if HAVE_GALLIUM_R600 |