Przeglądaj źródła

fix flac for good

philippe44 2 lat temu
rodzic
commit
32b48bc6e8

+ 1 - 1
components/codecs/CMakeLists.txt

@@ -1,5 +1,5 @@
 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)

+ 1 - 1
components/codecs/inc/FLAC/all.h

@@ -35,7 +35,7 @@
 
 #include "export.h"
 
-#include "flac_assert.h"
+#include "assert.h"
 #include "callback.h"
 #include "format.h"
 #include "metadata.h"

+ 0 - 0
components/codecs/inc/FLAC/flac_assert.h → components/codecs/inc/FLAC/assert.h