Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 16:48:08 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 16:48:08 +0300
commit9a01e9418e06c586a5aab63a38412cd93ebd2c36 (patch)
tree32b7a5e17c03fac15f64e1364ae9d10c60fb5a1e /build_ffmpeg.sh
parentf68b602ad06111000615bbd3f0a96276a13e4a5e (diff)
Add support for VP9 DXVA2 HWAccel
Tested and developed on Intel Braswell.
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 49a2cb40..0d3dd285 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -67,6 +67,7 @@ configure() (
--enable-hwaccel=vc1_dxva2 \
--enable-hwaccel=wmv3_dxva2 \
--enable-hwaccel=mpeg2_dxva2 \
+ --enable-hwaccel=vp9_dxva2 \
--disable-decoder=dca \
--enable-libdcadec \
--enable-libspeex \