snapcast/server/encoder
Jörg Krause 9abeac8365 Allow building server and client without FLAC support
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.
2018-02-03 21:29:45 +01:00
..
encoder.h 2017 2017-02-04 11:56:40 +01:00
encoderFactory.cpp Allow building server and client without FLAC support 2018-02-03 21:29:45 +01:00
encoderFactory.h subdirectory for encoder/decoder 2015-08-10 21:53:15 +02:00
flacEncoder.cpp switch to AixLog 2017-09-16 16:53:37 +02:00
flacEncoder.h 2017 2017-02-04 11:56:40 +01:00
oggEncoder.cpp switch to AixLog 2017-09-16 16:53:37 +02:00
oggEncoder.h Include ogg header file 2018-02-03 21:27:12 +01:00
pcmEncoder.cpp 2017 2017-02-04 11:56:40 +01:00
pcmEncoder.h 2017 2017-02-04 11:56:40 +01:00