Skip to content

Commit

Permalink
Bump FFmpeg for iOS to v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Oct 30, 2024
1 parent 95355a8 commit 2c201e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Library/TeamTalkLib/build/ffmpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "iOS")
if (TOOLCHAIN_BUILD_EXTERNALPROJECTS)
ExternalProject_Add(gas-preprocessor
GIT_REPOSITORY https://github.com/FFmpeg/gas-preprocessor
GIT_TAG cbe8847
GIT_TAG 7380ac2
UPDATE_COMMAND ""
PREFIX ${TOOLCHAIN_BUILD_PREFIX}/gas-preprocessor
INSTALL_DIR ""
Expand Down Expand Up @@ -268,13 +268,11 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "iOS")

ExternalProject_Add(ffmpeg-src
GIT_REPOSITORY https://github.com/FFmpeg/FFmpeg
GIT_TAG n3.4.13
GIT_TAG n6.1.2
GIT_SHALLOW TRUE
UPDATE_COMMAND ""
PREFIX ${TOOLCHAIN_BUILD_PREFIX}/ffmpeg
INSTALL_DIR ${TOOLCHAIN_INSTALL_PREFIX_FFMPEG}
PATCH_COMMAND git apply ${CMAKE_CURRENT_LIST_DIR}/0001-Fix-signature-of-read_probe-AVProbeData-p-in-libavfo.patch
COMMAND git apply ${CMAKE_CURRENT_LIST_DIR}/0002-Fix-int-vs.-ptrdiff_t-signature-for-weight_h264_pixe.patch
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> ${FFMPEG_CFG_FLAGS}
BUILD_COMMAND make ${TOOLCHAIN_BUILD_MAKEJOBS}
INSTALL_COMMAND make ${TOOLCHAIN_BUILD_MAKEJOBS} install
Expand Down

0 comments on commit 2c201e7

Please sign in to comment.