Skip to content

Commit

Permalink
Fix endianness for ARM in ALAC.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed Apr 25, 2013
1 parent 600cab2 commit 4b2c488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alac/EndianPortable.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
#define TARGET_RT_LITTLE_ENDIAN 1
#elif defined (TARGET_OS_WIN32)
#define TARGET_RT_LITTLE_ENDIAN 1
#elif defined(__arm__)
#define TARGET_RT_LITTLE_ENDIAN 1
#endif

uint16_t Swap16NtoB(uint16_t inUInt16)
Expand Down

0 comments on commit 4b2c488

Please sign in to comment.