summaryrefslogtreecommitdiff
path: root/src/codecs/CMakeLists.txt
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-02-22 14:37:14 +1100
committerailurux <ailuruxx@gmail.com>2024-02-22 14:37:14 +1100
commitf54347794f45261e0c0fde1104a70d1063c77305 (patch)
tree163bc566905fc67ad375785b528a2037e77adb69 /src/codecs/CMakeLists.txt
parent912060de1b31721103efc0ee321dfb1f80f8ccc4 (diff)
downloadtangara-fw-f54347794f45261e0c0fde1104a70d1063c77305.tar.gz
WIP: Flac not working-- coming back to this later
Diffstat (limited to 'src/codecs/CMakeLists.txt')
-rw-r--r--src/codecs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt
index 1ef4bb2d..4b296c84 100644
--- a/src/codecs/CMakeLists.txt
+++ b/src/codecs/CMakeLists.txt
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
- SRCS "codec.cpp" "mad.cpp" "miniflac.cpp" "opus.cpp" "vorbis.cpp"
+ SRCS "miniflac.cpp" "codec.cpp" "mad.cpp" "opus.cpp" "vorbis.cpp"
"source_buffer.cpp" "sample.cpp" "wav.cpp"
INCLUDE_DIRS "include"
REQUIRES "result" "span" "libmad" "miniflac" "tremor" "opusfile" "memory" "util"