Skip to content

Commit

Permalink
Add VideoToolBox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Oct 31, 2024
1 parent cf38694 commit 4a1666b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/TeamTalkLib/build/ffmpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
find_library(QUARTZCORE_LIBRARY QuartzCore)
find_library(BZ2_LIBRARY bz2)
find_library (AUDIOTOOLBOX_LIBRARY AudioToolBox)
find_library (VIDEOTOOLBOX_LIBRARY VideoToolBox)

set (FFMPEG_LINK ${COCOA_LIBRARY} ${AVFOUNDATION_LIBRARY}
${COREMEDIA_LIBRARY}
Expand All @@ -158,7 +159,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
${VIDEODECODEACCELERATION_LIBRARY}
${QUARTZCORE_LIBRARY}
${BZ2_LIBRARY}
${AUDIOTOOLBOX_LIBRARY})
${AUDIOTOOLBOX_LIBRARY}
${VIDEOTOOLBOX_LIBRARY})

add_library(ffmpeg-avdevice STATIC IMPORTED GLOBAL)
if (TOOLCHAIN_BUILD_EXTERNALPROJECTS)
Expand Down

0 comments on commit 4a1666b

Please sign in to comment.