Skip to content

Commit

Permalink
Support aarch64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Apr 29, 2022
1 parent 533ab1a commit b09b32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(alacenc
VERSION 0.2.0
VERSION 0.3.0
DESCRIPTION "command-line ALAC encoder"
LANGUAGES C CXX
)
Expand Down
2 changes: 2 additions & 0 deletions vendor/alac/codec/EndianPortable.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#define TARGET_RT_LITTLE_ENDIAN 1
#elif defined(__arm64__)
#define TARGET_RT_LITTLE_ENDIAN 1
#elif defined(__aarch64__)
#define TARGET_RT_LITTLE_ENDIAN 1
#elif defined (TARGET_OS_WIN32)
#define TARGET_RT_LITTLE_ENDIAN 1
#endif
Expand Down

0 comments on commit b09b32a

Please sign in to comment.