From b177d33a620d744a02bc642a3ec9004a45b3c65a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 6 Sep 2016 09:10:26 -0400 Subject: [PATCH] contrib: Do not configure libav with dxva2. Not necessary since we removed support for dxva2. --- contrib/ffmpeg/module.defs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 566ed7b6f..6e13442bc 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -80,12 +80,6 @@ else ifeq (darwin,$(BUILD.system)) FFMPEG.CONFIGURE.extra += --enable-cross-compile --arch=$(BUILD.machine) --target-os=darwin else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) FFMPEG.CONFIGURE.extra += \ - --enable-dxva2 \ - --enable-hwaccel=h264_dxva2 \ - --enable-hwaccel=hevc_dxva2 \ - --enable-hwaccel=mpeg2_dxva2 \ - --enable-hwaccel=vc1_dxva2 \ - --enable-hwaccel=wmv3_dxva2 \ --target-os=mingw32 \ --arch=$(BUILD.machine) \ --enable-cross-compile --cross-prefix=$(BUILD.cross.prefix) -- 2.40.0