Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brglng/libwav
Browse files Browse the repository at this point in the history
  • Loading branch information
brglng committed Feb 9, 2021
2 parents baea34c + e008210 commit 22f2619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wav.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "wav.h"

#if defined(__x86_64) || defined(__amd64) || defined(__i386__) || defined(__x86_64__) || defined(__LITTLE_ENDIAN__)
#if defined(__x86_64) || defined(__amd64) || defined(__i386__) || defined(__x86_64__) || defined(__LITTLE_ENDIAN__) || defined(CORE_CM7)
#define WAV_ENDIAN_LITTLE 1
#elif defined(__BIG_ENDIAN__)
#define WAV_ENDIAN_BIG 1
Expand Down

0 comments on commit 22f2619

Please # to comment.