diff options
author | James Almer <jamrial@gmail.com> | 2019-01-06 12:18:46 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-01-06 15:12:21 -0300 |
commit | 4ec2daf0de1a30bdeffbeffefcb7211e96c04980 (patch) | |
tree | a8f122d12cb25d58d0f4347b4e7f3e4b22ed790c /configure | |
parent | 674b59c07515409eb815c91bee90fe4151905a10 (diff) | |
download | ffmpeg-streaming-4ec2daf0de1a30bdeffbeffefcb7211e96c04980.zip ffmpeg-streaming-4ec2daf0de1a30bdeffbeffefcb7211e96c04980.tar.gz |
configure: add dxva2 extralibs to avcodec
DXVA2 may be enabled even when every relevant module is disabled,
which would result in the dependency generator not including its
extralibs to avcodec.
Fixes ticket #7642.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3545,7 +3545,7 @@ swresample_suggest="libm libsoxr" swscale_deps="avutil" swscale_suggest="libm" -avcodec_extralibs="pthreads_extralibs iconv_extralibs" +avcodec_extralibs="pthreads_extralibs iconv_extralibs dxva2_extralibs" avfilter_extralibs="pthreads_extralibs" avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs" |