We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533ab1a commit b09b32aCopy full SHA for b09b32a
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
project(alacenc
4
- VERSION 0.2.0
+ VERSION 0.3.0
5
DESCRIPTION "command-line ALAC encoder"
6
LANGUAGES C CXX
7
)
vendor/alac/codec/EndianPortable.c
@@ -35,6 +35,8 @@
35
#define TARGET_RT_LITTLE_ENDIAN 1
36
#elif defined(__arm64__)
37
38
+#elif defined(__aarch64__)
39
+#define TARGET_RT_LITTLE_ENDIAN 1
40
#elif defined (TARGET_OS_WIN32)
41
42
#endif
0 commit comments