summaryrefslogtreecommitdiff
path: root/src/codecs/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-12-19 18:11:23 +1100
committerjacqueline <me@jacqueline.id.au>2023-12-19 18:11:23 +1100
commit62d51a304eb02f0eab0645488c0b922b4a45e1c9 (patch)
treed6dc7013e7db41315fff79807f1e95a996829297 /src/codecs/CMakeLists.txt
parentb5d86a9497cdd6b3a27a5c3c9d68993c956143cd (diff)
downloadtangara-fw-62d51a304eb02f0eab0645488c0b922b4a45e1c9.tar.gz
replace foxenflac with miniflac
it's better!
Diffstat (limited to 'src/codecs/CMakeLists.txt')
-rw-r--r--src/codecs/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt
index 748e1440..d42c7426 100644
--- a/src/codecs/CMakeLists.txt
+++ b/src/codecs/CMakeLists.txt
@@ -3,9 +3,9 @@
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
- SRCS "codec.cpp" "mad.cpp" "foxenflac.cpp" "opus.cpp" "vorbis.cpp"
+ SRCS "codec.cpp" "mad.cpp" "miniflac.cpp" "opus.cpp" "vorbis.cpp"
"source_buffer.cpp"
INCLUDE_DIRS "include"
- REQUIRES "result" "span" "libmad" "libfoxenflac" "tremor" "opusfile" "memory")
+ REQUIRES "result" "span" "libmad" "miniflac" "tremor" "opusfile" "memory")
target_compile_options("${COMPONENT_LIB}" PRIVATE ${EXTRA_WARNINGS})