configure: correctly autodetect xvmc/vdpau/omx
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 11 Jun 2014 21:15:58 +0000 (22:15 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Jun 2014 17:07:20 +0000 (18:07 +0100)
commit816d392b586ecd95bd5b2dc24945bb9fc5d73d6e
treedd682db40203fd3c56f0521509500e700719f982
parent0406f59eebb77e537b50f5cac3a20355686d2a4d
configure: correctly autodetect xvmc/vdpau/omx

Commit e62b7d38a1d (configure: autodetect video state-trackers
when non swrast driver is present) added a check that caused
the autodetection to be omitted when we have the swrast gallium
driver. Whereas it should have skipped the VL targets when only
swrast was selected.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79907
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
configure.ac