mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 17:16:42 +02:00
merge PR#4
This commit is contained in:
commit
0c7691756c
10 changed files with 235 additions and 7 deletions
|
@ -24,6 +24,9 @@
|
|||
#if defined(HAS_FLAC)
|
||||
#include "flac_encoder.hpp"
|
||||
#endif
|
||||
#if defined(HAS_OPUS)
|
||||
#include "opus_encoder.hpp"
|
||||
#endif
|
||||
#include "common/aixlog.hpp"
|
||||
#include "common/snap_exception.hpp"
|
||||
#include "common/utils/string_utils.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue