diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:54:24 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:54:24 +0200 |
commit | ef70054367c1162df2634b9f462011c15614f191 (patch) | |
tree | 92ec36451ab29771bb4bbb6c9e50fa424cabd4d6 /CMakeLists.txt | |
parent | cmake, ci: Build bundled FFmpeg with yuzu (diff) | |
download | yuzu-ef70054367c1162df2634b9f462011c15614f191.tar yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.gz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.bz2 yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.lz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.xz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.zst yuzu-ef70054367c1162df2634b9f462011c15614f191.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 38a141652..e68868797 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -605,6 +605,8 @@ if (YUZU_USE_BUNDLED_FFMPEG) --disable-vdpau --enable-decoder=h264 --enable-decoder=vp9 + --cc="${CMAKE_C_COMPILER}" + --cxx="${CMAKE_CXX_COMPILER}" WORKING_DIRECTORY ${FFmpeg_BUILD_DIR} ) |