lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
493 stars 94 forks source link

Load precompiled aarch64 version of librtpsbc on aarch64 machines #84

Closed schlimmchen closed 4 years ago

schlimmchen commented 4 years ago

The 64-bit version of Raspberry Pi OS is around the corner, with a preview release already available.

These changes add a precompiled aarch64 version of the codec library to the repository and adds code to load that version instead of the arm one if python is executed on a aarch64 machine. Also show more detailed information when loading the library fails.

lukasjapan commented 4 years ago

I wasn't able to check on aarch64, but there were no issues after recompiling on my Raspberry Pi 3 Model B Rev 1.2. Thanks for this!