mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 05:26:17 +02:00
move base64 into streamreader
This commit is contained in:
parent
b26bd41aff
commit
08906403d1
7 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef ENDIAN_HPP
|
||||
#define ENDIAN_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#ifdef IS_BIG_ENDIAN
|
||||
# define SWAP_16(x) (__builtin_bswap16(x))
|
||||
# define SWAP_32(x) (__builtin_bswap32(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue