[FFmpeg-cvslog] build: Fix typo in HEVC VDPAU hwaccel dependencies
Diego Biurrun
git at videolan.org
Wed Feb 24 19:06:02 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 16 21:06:05 2016 +0100| [ab9068cc9cc7bf56d53f8155d0550cb78f7ab804] | committer: Diego Biurrun
build: Fix typo in HEVC VDPAU hwaccel dependencies
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab9068cc9cc7bf56d53f8155d0550cb78f7ab804
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 549ca54..66f82c7 100755
--- 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_hwaccep_select="hevc_decoder"
+hevc_vdpau_hwaccel_select="hevc_decoder"
mpeg1_vdpau_hwaccel_deps="vdpau"
mpeg1_vdpau_hwaccel_select="mpeg1video_decoder"
mpeg2_d3d11va_hwaccel_deps="d3d11va"
More information about the ffmpeg-cvslog
mailing list