mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
fix flac for good
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
INCLUDE_DIRS . ./inc inc/alac inc/FLAC inc/helix-aac inc/mad inc/ogg inc/opus inc/opusfile inc/resample16 inc/soxr inc/vorbis
|
INCLUDE_DIRS . ./inc inc/alac inc/helix-aac inc/mad inc/resample16 inc/soxr inc/vorbis inc/opus inc/opusfile
|
||||||
)
|
)
|
||||||
|
|
||||||
if (DEFINED AAC_DISABLE_SBR)
|
if (DEFINED AAC_DISABLE_SBR)
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
|
||||||
#include "flac_assert.h"
|
#include "assert.h"
|
||||||
#include "callback.h"
|
#include "callback.h"
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user