Skip to content

Commit

Permalink
new opus decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Apr 5, 2023
1 parent 18b830e commit 8d1888a
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 119 deletions.
4 changes: 1 addition & 3 deletions components/codecs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
idf_component_register(
INCLUDE_DIRS . ./inc inc/alac inc/helix-aac inc/mad inc/resample16 inc/soxr inc/vorbis inc/opus inc/opusfile
INCLUDE_DIRS . ./inc inc/alac inc/helix-aac inc/mad inc/resample16 inc/soxr inc/vorbis inc/opus
)

if (DEFINED AAC_DISABLE_SBR)
Expand All @@ -14,7 +14,6 @@ add_prebuilt_library(libvorbisidec lib/libvorbisidec.a )
add_prebuilt_library(libogg lib/libogg.a )
add_prebuilt_library(libalac lib/libalac.a )
add_prebuilt_library(libresample16 lib/libresample16.a )
add_prebuilt_library(libopusfile lib/libopusfile.a )
add_prebuilt_library(libopus lib/libopus.a )

target_link_libraries(${COMPONENT_LIB} INTERFACE libmad)
Expand All @@ -24,5 +23,4 @@ target_link_libraries(${COMPONENT_LIB} INTERFACE libvorbisidec)
target_link_libraries(${COMPONENT_LIB} INTERFACE libogg)
target_link_libraries(${COMPONENT_LIB} INTERFACE libalac)
target_link_libraries(${COMPONENT_LIB} INTERFACE libresample16)
target_link_libraries(${COMPONENT_LIB} INTERFACE libopusfile)
target_link_libraries(${COMPONENT_LIB} INTERFACE libopus)
Binary file removed components/codecs/lib/libopusfile.a
Binary file not shown.

0 comments on commit 8d1888a

Please sign in to comment.