-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule chromaprint
updated
9 files
+17 −10 | .github/workflows/build.yml | |
+0 −16 | CMakeLists.txt | |
+9 −2 | package/build.sh | |
+7 −0 | package/toolchain-aarch64.cmake.in | |
+0 −2 | src/audio/ffmpeg_audio_processor.h | |
+0 −72 | src/audio/ffmpeg_audio_processor_avresample.h | |
+8 −10 | src/audio/ffmpeg_audio_processor_swresample.h | |
+103 −93 | src/audio/ffmpeg_audio_reader.h | |
+6 −0 | tests/CMakeLists.txt |