X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Ftargets%2FMakefile.am;h=0fbf0d7a34f90cde113ad3eff06308b8697d9154;hb=dc01ca44a796ab7cc5452913c495ba90ebb648b8;hp=c31a22e7cd2dc3f5097eb671fc03b088b7fccc71;hpb=291d70210dd249c663f8c3b92ac9cf47335630bd;p=mesa.git diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index c31a22e7cd2..0fbf0d7a34f 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -42,6 +42,10 @@ if HAVE_ST_XA SUBDIRS += xa endif +if HAVE_ST_XVMC +SUBDIRS += xvmc +endif + if HAVE_CLOVER SUBDIRS += opencl endif @@ -105,10 +109,6 @@ if HAVE_DRI2 SUBDIRS += dri-nouveau endif -if HAVE_ST_XVMC -SUBDIRS += xvmc-nouveau -endif - if HAVE_ST_OMX SUBDIRS += omx-nouveau endif