You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Get a mac with m3 chip. Install everything like it says
Screenshots
Logs
jni/../ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_mux_init.c:296:55: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
296 | { ENC_STATS_TIMEBASE_IN, "tbi", 0, 0, 1 },
| ^
jni/../ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_mux_init.c:299:55: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
299 | { ENC_STATS_PTS_IN, "ptsi", 0, 0, 1 }, Environment
The NDK Compatibility page lists the NDK versions used to build and test each release. The NDK 28 Beta shown in the screenshot above is not on that list.
Description
Trying to build ffmpeg
Expected behavior
Should build
Current behavior
Exception when building
To Reproduce
Get a mac with m3 chip. Install everything like it says
Screenshots
Logs
jni/../ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_mux_init.c:296:55: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
296 | { ENC_STATS_TIMEBASE_IN, "tbi", 0, 0, 1 },
| ^
jni/../ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_mux_init.c:299:55: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
299 | { ENC_STATS_PTS_IN, "ptsi", 0, 0, 1 },
Environment
macOS
arm-v7a
,arm-v7a-neon
,arm64-v8a
,x86
,x86_64
,armv7
,armv7s
,arm64
,arm64-mac-catalyst
,arm64-simulator
,arm64e
,i386
,x86-64
,x86-64-mac-catalyst
v5.1
/v5.1.LTS
main
,development
13.4.1
1.10.3
4.0
r25b
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: