[x264-devel] [PATCH 0/6] Fixes for sandbox/master

Martin Storsjö martin at martin.st
Mon Oct 16 21:46:28 CEST 2017


These patches fixes building for arm and aarch64 after the bitdepth
refactoring in sandbox/master. This also fixes building with MSVC
after the same refactoring.

Martin Storsjö (6):
  aarch64: Set a non-conflicting macro name for COEFF_LEVEL_RUN
  aarch64: Fix the symbol prefix when calling the external function puts
  arm: Add a macro for calling external functions
  arm/aarch64: Don't add a bitdepth prefix to x264_nal_escape_neon
  aarch64: Add bitdepth wrapping for a missed function
    x264_predict_8x8c_p_neon
  make: Fix building bitdepth specific object files with MSVC

 Makefile                 | 4 ++--
 common/aarch64/asm.S     | 3 +++
 common/aarch64/predict.h | 1 +
 common/aarch64/quant-a.S | 8 ++++----
 common/arm/asm.S         | 3 +++
 common/bitstream.c       | 1 -
 configure                | 3 +++
 tools/checkasm-aarch64.S | 2 +-
 tools/checkasm-arm.S     | 6 +-----
 9 files changed, 18 insertions(+), 13 deletions(-)

-- 
2.7.4



More information about the x264-devel mailing list