Module: libav Branch: master Commit: 7834a54c66d46471b246b411627efe2e8ef9dd47
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Wed Dec 3 03:12:40 2014 +0000 configure: enable vda hwaccel by default Following the old thread suggestions. Vittorio --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 355a95b..9ac4a8e 100755 --- a/configure +++ b/configure @@ -2245,7 +2245,7 @@ enable static enable swscale_alpha # By default, enable only those hwaccels that have no external dependencies. -enable dxva2 vdpau +enable dxva2 vda vdpau # build settings SHFLAGS='-shared -Wl,-soname,$$(@F)' _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
