mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
Relocated base64 code to common
This commit is contained in:
parent
c820f01ca7
commit
4583c90be4
4 changed files with 28 additions and 5 deletions
|
@ -20,12 +20,9 @@
|
|||
#include "common/snapException.h"
|
||||
#include "common/utils/string_utils.h"
|
||||
#include "common/utils.h"
|
||||
#include "common/base64.h"
|
||||
#include "aixlog.hpp"
|
||||
|
||||
#ifdef HAS_EXPAT
|
||||
#include "base64.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
static string hex2str(string input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue