浏览代码

fix flac for good

philippe44 2 年之前
父节点
当前提交
32b48bc6e8
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/codecs/CMakeLists.txt
  2. 1 1
      components/codecs/inc/FLAC/all.h
  3. 0 0
      components/codecs/inc/FLAC/assert.h

+ 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