badaix / snapcast

Synchronous multiroom audio player
GNU General Public License v3.0
6.21k stars 456 forks source link

reorder ogg and vorbis library linking #1220

Closed heitbaum closed 7 months ago

heitbaum commented 7 months ago

if vorbis has been built to depend of ogg, when trying to statically link, the build of snapclient and snapserver fail. reorder the libraries, to allow off symbols in vorbis to be resolved.


Pull Request Checklist

badaix commented 7 months ago

Thanks!