configure: remove superflous VA-API line from configure.ac
authorChristian König <christian.koenig@amd.com>
Thu, 9 Oct 2014 16:03:02 +0000 (18:03 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 13 Oct 2014 10:43:54 +0000 (12:43 +0200)
We don't have GALLIUM_STATE_TRACKERS_DIRS any more.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
configure.ac

index c37018fa34070958816d87dc5b644b1f16438791..bef57535654a5b311fc4d01fcd37df834302de68 100644 (file)
@@ -1438,7 +1438,6 @@ AM_CONDITIONAL(HAVE_ST_OMX, test "x$enable_omx" = xyes)
 if test "x$enable_va" = xyes; then
     PKG_CHECK_MODULES([VA], [libva >= 0.35.0 x11-xcb xcb-dri2 >= $XCBDRI2_REQUIRED],
                       [VA_LIBS="`$PKG_CONFIG --libs x11-xcb xcb-dri2`"])
-    GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS va"
     enable_gallium_loader=$enable_shared_pipe_drivers
 fi
 AM_CONDITIONAL(HAVE_ST_VA, test "x$enable_va" = xyes)