aboutsummaryrefslogtreecommitdiffstats
path: root/community/snapcast/build-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/snapcast/build-fix.patch')
-rw-r--r--community/snapcast/build-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/snapcast/build-fix.patch b/community/snapcast/build-fix.patch
deleted file mode 100644
index a7873e5b10..0000000000
--- a/community/snapcast/build-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/server/encoder/opus_encoder.hpp b/server/encoder/opus_encoder.hpp
-index dcb1c4e..18ad906 100644
---- a/server/encoder/opus_encoder.hpp
-+++ b/server/encoder/opus_encoder.hpp
-@@ -40,7 +40,7 @@ protected:
- void encode(const SampleFormat& format, const char* data, size_t size);
- void initEncoder() override;
- ::OpusEncoder* enc_;
-- std::vector<u_char> encoded_;
-+ std::vector<unsigned char> encoded_;
- std::unique_ptr<msg::PcmChunk> remainder_;
- size_t remainder_max_size_;
- };