We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
31e19f9
ff620d0
1 parent ba7432b commit 6ad5cf8Copy full SHA for 6ad5cf8
cmake/ffmpeg/x264.cmake
@@ -37,17 +37,6 @@ if(CMAKE_CROSSCOMPILING)
37
endif()
38
39
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
-
51
# convert list to string
52
# configure command will only take the first argument if not converted to string
53
string(REPLACE ";" " " FFMPEG_X264_EXTRA_CONFIGURE "${FFMPEG_X264_EXTRA_CONFIGURE}")
third-party/FFmpeg/x264
0 commit comments