mirror of https://github.com/PCSX2/pcsx2.git
Qt: Add prompt to missing ffmpeg warning
This commit is contained in:
parent
b2ac7afbcb
commit
9172a1a6f8
|
@ -299,7 +299,9 @@ bool GSCapture::LoadFFmpeg(bool report_errors)
|
|||
" libavformat: {}\n"
|
||||
" libavutil: {}\n"
|
||||
" libswscale: {}\n"
|
||||
" libswresample: {}\n"), LIBAVCODEC_VERSION_MAJOR, LIBAVFORMAT_VERSION_MAJOR, LIBAVUTIL_VERSION_MAJOR,
|
||||
" libswresample: {}\n\n"
|
||||
"Please see our official documentation for more information."),
|
||||
LIBAVCODEC_VERSION_MAJOR, LIBAVFORMAT_VERSION_MAJOR, LIBAVUTIL_VERSION_MAJOR,
|
||||
LIBSWSCALE_VERSION_MAJOR, LIBSWRESAMPLE_VERSION_MAJOR));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue