aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeModules/CopyYuzuFFmpegDeps.cmake
diff options
context:
space:
mode:
authorameerj <[email protected]>2021-02-08 23:11:59 -0500
committerameerj <[email protected]>2021-02-08 23:11:59 -0500
commitd6ebb5c1719c68002f8756de7e00c152c55948d8 (patch)
treec4cc15a15a62279799f9e4c1fc43b50fbf993359 /CMakeModules/CopyYuzuFFmpegDeps.cmake
parent26669d9e134d2f5ce0ff75b23af5719b6521c68b (diff)
downloadyuzu-android-d6ebb5c1719c68002f8756de7e00c152c55948d8.tar.gz
yuzu-android-d6ebb5c1719c68002f8756de7e00c152c55948d8.zip
cmake: Revert FFmpeg 4.3.1 update for Windows builds
The new 4.3.1 externals build seems to not be compatible with yuzu. This also fixes an oversight when renaming CMake variables.
Diffstat (limited to 'CMakeModules/CopyYuzuFFmpegDeps.cmake')
-rw-r--r--CMakeModules/CopyYuzuFFmpegDeps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuFFmpegDeps.cmake b/CMakeModules/CopyYuzuFFmpegDeps.cmake
index cca1eeeab..b7162cf17 100644
--- a/CMakeModules/CopyYuzuFFmpegDeps.cmake
+++ b/CMakeModules/CopyYuzuFFmpegDeps.cmake
@@ -1,7 +1,7 @@
function(copy_yuzu_FFmpeg_deps target_dir)
include(WindowsCopyFiles)
set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
- windows_copy_files(${target_dir} ${FFMPEG_DLL_DIR} ${DLL_DEST}
+ windows_copy_files(${target_dir} ${FFmpeg_DLL_DIR} ${DLL_DEST}
avcodec-58.dll
avutil-56.dll
swresample-3.dll