mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #10145 from NoNoTeal/master
Import Apple/FFmpeg libraries for AVI dumps on macOS
This commit is contained in:
@ -167,6 +167,15 @@ if(FFmpeg_FOUND)
|
||||
FFmpeg::avcodec
|
||||
FFmpeg::avformat
|
||||
FFmpeg::avutil
|
||||
FFmpeg::swresample
|
||||
FFmpeg::swscale
|
||||
)
|
||||
if(APPLE)
|
||||
target_link_libraries(videocommon PRIVATE
|
||||
${COREMEDIA_LIBRARY}
|
||||
${VIDEOTOOLBOX_LIBRARY}
|
||||
${COREVIDEO_LIBRARY}
|
||||
${AUDIOTOOLBOX_LIBRARY}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user