Skip to content

Commit 6ad5cf8

Browse files
build(deps): bump third-party/FFmpeg/x264 from 31e19f9 to ff620d0 (#442)
* build(deps): bump third-party/FFmpeg/x264 from `31e19f9` to `ff620d0` Bumps [third-party/FFmpeg/x264](https://github.com/LizardByte-infrastructure/x264) from `31e19f9` to `ff620d0`. - [Commits](LizardByte-infrastructure/x264@31e19f9...ff620d0) --- updated-dependencies: - dependency-name: third-party/FFmpeg/x264 dependency-version: ff620d0c3c4f717ab393892983d43458d27e4bed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix(x264): drop --host arg for aarch64-mingw64 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <[email protected]>
1 parent ba7432b commit 6ad5cf8

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

cmake/ffmpeg/x264.cmake

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ if(CMAKE_CROSSCOMPILING)
3737
endif()
3838
endif()
3939

40-
# On Windows Arm64
41-
# We must specify the host parameter until one of the following issues is resolved
42-
#
43-
# https://github.com/msys2/msys2-runtime/issues/171
44-
# https://code.videolan.org/videolan/x264/-/tree/1ecc51ee971e0056a53bd6cf9c6f6af18b167e4b/config.guess#L809
45-
if(${X264_HOST} STREQUAL "aarch64-mingw64")
46-
set(FFMPEG_X264_EXTRA_CONFIGURE
47-
--host=${X264_HOST}
48-
)
49-
endif()
50-
5140
# convert list to string
5241
# configure command will only take the first argument if not converted to string
5342
string(REPLACE ";" " " FFMPEG_X264_EXTRA_CONFIGURE "${FFMPEG_X264_EXTRA_CONFIGURE}")

third-party/FFmpeg/x264

Submodule x264 updated 233 files

0 commit comments

Comments
 (0)