mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
cmake: Specify the compiler on autotools externals
Enables CCache on externals if available.
This commit is contained in:
parent
96eac5bf56
commit
cea7e42223
2 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue