From 7e98c3cbb372dc1ff8abba7c7d2ffaa932fda3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <cboesch@gopro.com> Date: Fri, 28 Jul 2017 13:31:35 +0200 Subject: [PATCH] build: remove vda_framework from enable_weak vda_framework is already pulled by the weakly enabled vda and videotoolbox. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9c08fb2cbe9..b5e3629db0c 100755 --- a/configure +++ b/configure @@ -3601,7 +3601,7 @@ enable_weak audiotoolbox enable_weak crystalhd d3d11va dxva2 vaapi vda vdpau videotoolbox_hwaccel xvmc enable_weak xlib libxcb libxcb_shm libxcb_shape libxcb_xfixes -enable_weak cuda cuvid nvenc vda_framework videotoolbox videotoolbox_encoder +enable_weak cuda cuvid nvenc videotoolbox videotoolbox_encoder # Enable compression/decompression libraries by default enable_weak zlib bzlib lzma -- GitLab