Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
681c638f
Commit
681c638f
authored
Nov 13, 2017
by
Timo Rothenpieler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: fix cuda dependency on nvdec
parent
9c8922ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
configure
configure
+4
-3
No files found.
configure
View file @
681c638f
...
...
@@ -2651,6 +2651,7 @@ cuda_deps_any="libdl LoadLibrary"
cuvid_deps
=
"cuda"
d3d11va_deps
=
"dxva_h ID3D11VideoDecoder ID3D11VideoContext"
dxva2_deps
=
"dxva2api_h DXVA2_ConfigPictureDecode ole32 user32"
nvdec_deps
=
"cuda"
videotoolbox_hwaccel_deps
=
"videotoolbox pthreads"
videotoolbox_hwaccel_extralibs
=
"-framework QuartzCore"
xvmc_deps
=
"X11_extensions_XvMClib_h"
...
...
@@ -2669,7 +2670,7 @@ h264_dxva2_hwaccel_deps="dxva2"
h264_dxva2_hwaccel_select
=
"h264_decoder"
h264_mediacodec_hwaccel_deps
=
"mediacodec"
h264_mmal_hwaccel_deps
=
"mmal"
h264_nvdec_hwaccel_deps
=
"
cuda
nvdec"
h264_nvdec_hwaccel_deps
=
"nvdec"
h264_nvdec_hwaccel_select
=
"h264_decoder"
h264_qsv_hwaccel_deps
=
"libmfx"
h264_vaapi_hwaccel_deps
=
"vaapi"
...
...
@@ -2687,7 +2688,7 @@ hevc_d3d11va2_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
hevc_d3d11va2_hwaccel_select
=
"hevc_decoder"
hevc_dxva2_hwaccel_deps
=
"dxva2 DXVA_PicParams_HEVC"
hevc_dxva2_hwaccel_select
=
"hevc_decoder"
hevc_nvdec_hwaccel_deps
=
"
cuda
nvdec"
hevc_nvdec_hwaccel_deps
=
"nvdec"
hevc_nvdec_hwaccel_select
=
"hevc_decoder"
hevc_qsv_hwaccel_deps
=
"libmfx"
hevc_vaapi_hwaccel_deps
=
"vaapi VAPictureParameterBufferHEVC"
...
...
@@ -2764,7 +2765,7 @@ vp9_d3d11va2_hwaccel_select="vp9_decoder"
vp9_dxva2_hwaccel_deps
=
"dxva2 DXVA_PicParams_VP9"
vp9_dxva2_hwaccel_select
=
"vp9_decoder"
vp9_mediacodec_hwaccel_deps
=
"mediacodec"
vp9_nvdec_hwaccel_deps
=
"
cuda
nvdec"
vp9_nvdec_hwaccel_deps
=
"nvdec"
vp9_nvdec_hwaccel_select
=
"vp9_decoder"
vp9_vaapi_hwaccel_deps
=
"vaapi VADecPictureParameterBufferVP9_bit_depth"
vp9_vaapi_hwaccel_select
=
"vp9_decoder"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment