diff options
author | liushuyu <liushuyu011@gmail.com> | 2021-12-13 02:28:52 +0100 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2021-12-14 06:31:19 +0100 |
commit | dd72e4dce4641498bd7e73f09afd7d90961c435d (patch) | |
tree | 39ca50e569b17e002657484be046e0878b355bbc /externals | |
parent | video_core/codecs: skip decoders that use hw frames ... (diff) | |
download | yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar.gz yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar.bz2 yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar.lz yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar.xz yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.tar.zst yuzu-dd72e4dce4641498bd7e73f09afd7d90961c435d.zip |
Diffstat (limited to 'externals')
-rw-r--r-- | externals/ffmpeg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/ffmpeg/CMakeLists.txt b/externals/ffmpeg/CMakeLists.txt index 63896edd5..7da89d2c5 100644 --- a/externals/ffmpeg/CMakeLists.txt +++ b/externals/ffmpeg/CMakeLists.txt @@ -17,7 +17,7 @@ if (NOT WIN32) endif() set(FFmpeg_PREFIX ${PROJECT_SOURCE_DIR}/externals/ffmpeg/ffmpeg) - set(FFmpeg_BUILD_DIR ${PROJECT_BINARY_DIR}/externals/ffmpeg) + set(FFmpeg_BUILD_DIR ${PROJECT_BINARY_DIR}/externals/ffmpeg-build) set(FFmpeg_MAKEFILE ${FFmpeg_BUILD_DIR}/Makefile) make_directory(${FFmpeg_BUILD_DIR}) |