mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-22 15:57:02 +02:00
fix ffmpeg
This commit is contained in:
parent
0777ac2982
commit
65c576efa2
3 changed files with 24 additions and 6 deletions
|
|
@ -486,7 +486,12 @@ endfunction()
|
|||
# =============================================
|
||||
|
||||
if (APPLE)
|
||||
foreach(fw Carbon Metal Cocoa IOKit CoreVideo CoreMedia)
|
||||
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia)
|
||||
if (IOS)
|
||||
list(APPEND _libs objc)
|
||||
endif()
|
||||
|
||||
foreach(fw ${_libs})
|
||||
find_library(${fw}_LIBRARY ${fw} REQUIRED)
|
||||
list(APPEND PLATFORM_LIBRARIES ${${fw}_LIBRARY})
|
||||
endforeach()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue