JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

Fix compilation on MacOS #72

Closed srcejon closed 3 years ago

srcejon commented 3 years ago

Hi Jvan,

This patch allows compilation on MacOS and also has a patch to allow -DCMAKE_INSTALL_PREFIX to be set from the command line.

srcejon commented 3 years ago

It also now fixes a crash when compiled with MSVC.

srcejon commented 3 years ago

Also added a possible fix for #73 - but just guessing that the array needs to be increased - don't know what the code should actually do.