diff options
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index 36d359ce772..529087d1504 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -34,6 +34,10 @@ if HAVE_GALLIUM_GBM SUBDIRS += gbm endif +if HAVE_ST_VDPAU +SUBDIRS += vdpau +endif + if HAVE_ST_XA SUBDIRS += xa endif @@ -113,10 +117,6 @@ if HAVE_ST_XVMC SUBDIRS += xvmc-nouveau endif -if HAVE_ST_VDPAU -SUBDIRS += vdpau-nouveau -endif - if HAVE_ST_OMX SUBDIRS += omx-nouveau endif |