brglng / libwave

A simple C library for reading/writing PCM wave (.wav) files
Mozilla Public License 2.0
80 stars 20 forks source link

Compile on ARM platforms #7

Closed eleccoder closed 3 years ago

eleccoder commented 3 years ago

Hi brglng,

in wav.c, L9: Would you mind to add something like this

... || defined(__arm__)

to make the lib also compiling on ARM platforms, like the Raspberry Pi ? Would be great.

Thanks, Thomas

eleccoder commented 3 years ago

I'll provide a PR