diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-12-03 11:10:06 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-12-03 11:10:06 +1100 |
| commit | 16d5d29049c08e21f57f7928ceedf40586a2d294 (patch) | |
| tree | a4647f951f90b036c58c879ae186fa7e452ed950 /src/codecs/CMakeLists.txt | |
| parent | 00d4883d3a683eaf9cfaefacdd81434e0974ad13 (diff) | |
| download | tangara-fw-16d5d29049c08e21f57f7928ceedf40586a2d294.tar.gz | |
Use std::span (backported) and std::byte to make our buffers safer
Diffstat (limited to 'src/codecs/CMakeLists.txt')
| -rw-r--r-- | src/codecs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt index 4f89f370..9677e459 100644 --- a/src/codecs/CMakeLists.txt +++ b/src/codecs/CMakeLists.txt @@ -1,7 +1,7 @@ idf_component_register( SRCS "codec.cpp" "mad.cpp" INCLUDE_DIRS "include" - REQUIRES "result") + REQUIRES "result" "span") add_dependencies("${COMPONENT_LIB}" libmad) target_compile_options("${COMPONENT_LIB}" PRIVATE ${EXTRA_WARNINGS}) |
