mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
audio: libsamplerate: add initial audio Sample Rate Converter
Add audio sample rate conversion library from http://www.mega-nerd.com/SRC/index.html Source: https://github.com/libsndfile/libsamplerate Add needed patches for NuttX OS and embedded boards. NOTE: We must use master branch until next stable release
This commit is contained in:
committed by
Xiang Xiao
parent
f1aab27c92
commit
48e6f2051d
@@ -112,9 +112,7 @@ CLEANDIRS += syscall
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LIB_ZONEINFO_ROMFS),y)
|
||||
CONTEXTDIRS += libs$(DELIM)libc
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NX),y)
|
||||
KERNDEPDIRS += graphics
|
||||
|
||||
Reference in New Issue
Block a user