projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1229f
)
build: Fix typo in HEVC VDPAU hwaccel dependencies
author
Diego Biurrun
<diego@biurrun.de>
Tue, 16 Feb 2016 20:06:05 +0000
(21:06 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 18 Feb 2016 14:35:46 +0000
(15:35 +0100)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
549ca54
..
66f82c7
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2156,7
+2156,7
@@
hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC"
hevc_dxva2_hwaccel_select="hevc_decoder"
hevc_qsv_hwaccel_deps="libmfx"
hevc_vdpau_hwaccel_deps="vdpau VdpPictureInfoHEVC"
-hevc_vdpau_hwacce
p
_select="hevc_decoder"
+hevc_vdpau_hwacce
l
_select="hevc_decoder"
mpeg1_vdpau_hwaccel_deps="vdpau"
mpeg1_vdpau_hwaccel_select="mpeg1video_decoder"
mpeg2_d3d11va_hwaccel_deps="d3d11va"