2019-01-26 15:38:50 +01:00
|
|
|
function(copy_citra_FFmpeg_deps target_dir)
|
|
|
|
include(WindowsCopyFiles)
|
|
|
|
set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
|
|
|
|
windows_copy_files(${target_dir} ${FFMPEG_DIR}/bin ${DLL_DEST}
|
|
|
|
avcodec*.dll
|
2023-05-16 11:28:21 +02:00
|
|
|
avfilter*.dll
|
2019-01-26 15:38:50 +01:00
|
|
|
avformat*.dll
|
|
|
|
avutil*.dll
|
2023-05-16 11:28:21 +02:00
|
|
|
postproc*.dll
|
2019-01-26 15:38:50 +01:00
|
|
|
swresample*.dll
|
|
|
|
swscale*.dll
|
|
|
|
)
|
|
|
|
endfunction(copy_citra_FFmpeg_deps)
|