You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
509 B
8 lines
509 B
# Copyright 2023 jacqueline <me@jacqueline.id.au>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
idf_component_register(
|
|
SRCS bitwise.c codebook.c dsp.c floor0.c floor1.c floor_lookup.c framing.c
|
|
info.c mapping0.c mdct.c misc.c res012.c vorbisfile.c
|
|
INCLUDE_DIRS ".")
|
|
target_compile_options("${COMPONENT_LIB}" PRIVATE -Ofast -Wno-misleading-indentation -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unused-label -Wno-shift-negative-value -Wno-unused-variable -Wno-type-limits -Wno-implicit-fallthrough)
|
|
|