From ecd05a21de3075466476df97cf37ffd42c787e58 Mon Sep 17 00:00:00 2001 From: Daniel Bittencourt Date: Sat, 7 Jul 2018 17:44:42 -0400 Subject: [PATCH] Remove libva-x11 dependency --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index e76760479..58227fbd3 100755 --- a/configure +++ b/configure @@ -654,7 +654,6 @@ fi if enabled_or_auto vaapi; then if enabled libav; then if check_pkg libva ">=0.38.0"; then - check_pkg libva-x11 ">=0.38.0" || die "libva-x11 not found" check_pkg libva-drm ">=0.38.0" || die "libva-drm not found" enable vaapi enable hwaccels -- 2.47.2