Fix compilation on all targets.

This commit is contained in:
2021-10-25 05:46:56 +01:00
parent afde1a2bdb
commit b45bf9547b
8 changed files with 61 additions and 137 deletions

6
flac.c
View File

@@ -7,9 +7,9 @@
#include <string.h>
#include "library.h"
#include "FLAC/metadata.h"
#include "FLAC/stream_decoder.h"
#include "FLAC/stream_encoder.h"
#include "3rdparty/flac/include/FLAC/metadata.h"
#include "3rdparty/flac/include/FLAC/stream_decoder.h"
#include "3rdparty/flac/include/FLAC/stream_encoder.h"
#include "flac.h"
static FLAC__StreamDecoderReadStatus