[FFmpeg-cvslog] configure: add dxva2 extralibs to avcodec

James Almer git at videolan.org
Sun Jan 6 20:13:59 EET 2019


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Jan  6 12:18:46 2019 -0300| [4ec2daf0de1a30bdeffbeffefcb7211e96c04980] | committer: James Almer

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ec2daf0de1a30bdeffbeffefcb7211e96c04980
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ead5181bc3..785a9be79f 100755
--- a/configure
+++ b/configure
@@ -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"
 



More information about the ffmpeg-cvslog mailing list