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 for Android #98

Closed srcejon closed 10 months ago

srcejon commented 10 months ago

Hi,

This PR fixes compilation for Android. On Android, pthreads is in the c library, so searching for pthread will fail.

JvanKatwijk commented 10 months ago

Thanks, interesting to learn that code runs in an Android environment

srcejon commented 10 months ago

Yep - running as part of this