summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-09-06 09:10:26 -0400
committerBradley Sepos <[email protected]>2016-09-06 09:10:26 -0400
commitb177d33a620d744a02bc642a3ec9004a45b3c65a (patch)
tree597f394c69ba71d9e5248b293160514ae2ece182 /contrib/ffmpeg
parent87db9b387225af2135d57ee19302967204ed5888 (diff)
contrib: Do not configure libav with dxva2.
Not necessary since we removed support for dxva2.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r--contrib/ffmpeg/module.defs6
1 files changed, 0 insertions, 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)