diff --git a/components/codecs/CMakeLists.txt b/components/codecs/CMakeLists.txt index 85438ca9..b7d0b148 100644 --- a/components/codecs/CMakeLists.txt +++ b/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) diff --git a/components/codecs/inc/FLAC/all.h b/components/codecs/inc/FLAC/all.h index 7b33ada3..a6a012fc 100644 --- a/components/codecs/inc/FLAC/all.h +++ b/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" diff --git a/components/codecs/inc/FLAC/flac_assert.h b/components/codecs/inc/FLAC/assert.h similarity index 100% rename from components/codecs/inc/FLAC/flac_assert.h rename to components/codecs/inc/FLAC/assert.h