Skip to content

Fix build with Android NDK and API < 24 for 32-bit targets

Anton Mitrofanov requested to merge BugMaster/x264:fix_android into master

fseeko() is not available before API 24 with _FILE_OFFSET_BITS=64. x264.c: x264cli.h must be first as it contains _FILE_OFFSET_BITS define.

Merge request reports