mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 04:57:07 +02:00
fix ffmpeg
This commit is contained in:
parent
29aa19b1cf
commit
7f83866af4
3 changed files with 23 additions and 6 deletions
|
|
@ -480,7 +480,11 @@ endfunction()
|
|||
# =============================================
|
||||
|
||||
if (APPLE)
|
||||
foreach(fw Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
|
||||
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
|
||||
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