mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 02:56:01 +02:00
manaleg fixes for dynarmic common context
This commit is contained in:
parent
ce553953b5
commit
b815efd16b
1 changed files with 4 additions and 4 deletions
6
externals/ffmpeg/CMakeLists.txt
vendored
6
externals/ffmpeg/CMakeLists.txt
vendored
|
|
@ -168,11 +168,11 @@ if (PLATFORM_PS4)
|
||||||
--extra-libs="${FFmpeg_CROSS_COMPILE_LIBS}"
|
--extra-libs="${FFmpeg_CROSS_COMPILE_LIBS}"
|
||||||
)
|
)
|
||||||
elseif (PLATFORM_MANAGARM)
|
elseif (PLATFORM_MANAGARM)
|
||||||
# Required for proper stuff
|
# Required for proper stuff, otherwise truncf and cosf won't get detected
|
||||||
|
list(APPEND FFmpeg_CROSS_COMPILE_LIBS -lm)
|
||||||
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
|
list(APPEND FFmpeg_CROSS_COMPILE_FLAGS
|
||||||
--disable-pthreads
|
--disable-pthreads
|
||||||
--extra-libs="${FFmpeg_CROSS_COMPILE_LIBS}"
|
--extra-libs="${FFmpeg_CROSS_COMPILE_LIBS}")
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (YUZU_USE_BUNDLED_FFMPEG)
|
if (YUZU_USE_BUNDLED_FFMPEG)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue