mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +02:00
Allows building the server and the client without FLAC support: ``` readelf -d ./bin/snapserver | grep NEEDED 0x00000001 (NEEDED) Shared library: [libjsonrpcpp.so] 0x00000001 (NEEDED) Shared library: [libavahi-common.so.3] 0x00000001 (NEEDED) Shared library: [libavahi-client.so.3] 0x00000001 (NEEDED) Shared library: [libstdc++.so.6] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x00000001 (NEEDED) Shared library: [libc.so] ``` Note, that the current client and server Makefiles always enable FLAC support. |
||
---|---|---|
.. | ||
encoder.h | ||
encoderFactory.cpp | ||
encoderFactory.h | ||
flacEncoder.cpp | ||
flacEncoder.h | ||
oggEncoder.cpp | ||
oggEncoder.h | ||
pcmEncoder.cpp | ||
pcmEncoder.h |