mirror of
https://github.com/pschatzmann/arduino-libhelix.git
synced 2026-03-13 09:21:50 +08:00
Merge pull request #36 from A-KL/aac-enable-codec-build-macos
Enable AAC decoder build on Apple/MacOS
This commit is contained in:
@@ -64,6 +64,8 @@
|
||||
#
|
||||
#elif defined(__GNUC__) && (defined(__powerpc__) || defined(__POWERPC__))
|
||||
#
|
||||
#elif defined(__GNUC__) && defined(__APPLE__)
|
||||
#
|
||||
#elif defined(_OPENWAVE_SIMULATOR) || defined(_OPENWAVE_ARMULATOR)
|
||||
#
|
||||
#elif defined(_SOLARIS) && !defined(__GNUC__)
|
||||
|
||||
@@ -429,7 +429,7 @@ static inline Word64 MADD64(Word64 sum64, int x, int y)
|
||||
/* toolchain: x86 gcc
|
||||
* target architecture: x86
|
||||
*/
|
||||
#elif defined(__GNUC__) && (defined(__i386__) || defined(__amd64__)) || (defined (_SOLARIS) && !defined (__GNUC__) && defined(_SOLARISX86))
|
||||
#elif defined(__GNUC__) && (defined(__i386__) || defined(__amd64__) || defined(__APPLE__)) || (defined (_SOLARIS) && !defined (__GNUC__) && defined(_SOLARISX86))
|
||||
|
||||
typedef long long Word64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user