mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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
+4
-4
@@ -149,7 +149,7 @@ endif
|
||||
|
||||
# Context
|
||||
|
||||
context:
|
||||
context::
|
||||
ifeq ($(CONFIG_LIB_ZONEINFO_ROMFS),y)
|
||||
$(Q) $(MAKE) -C zoneinfo context BIN=$(BIN)
|
||||
endif
|
||||
@@ -166,11 +166,11 @@ ifeq ($(CONFIG_LIB_ZONEINFO_ROMFS),y)
|
||||
endif
|
||||
$(Q) touch $@
|
||||
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
|
||||
# Clean most derived files, retaining the configuration
|
||||
|
||||
clean:
|
||||
clean::
|
||||
$(Q) $(MAKE) -C bin clean
|
||||
$(Q) $(MAKE) -C kbin clean
|
||||
$(Q) $(MAKE) -C zoneinfo clean BIN=$(BIN)
|
||||
@@ -180,7 +180,7 @@ clean:
|
||||
|
||||
# Deep clean -- removes all traces of the configuration
|
||||
|
||||
distclean: clean
|
||||
distclean:: clean
|
||||
$(Q) $(MAKE) -C bin distclean
|
||||
$(Q) $(MAKE) -C kbin distclean
|
||||
$(Q) $(MAKE) -C zoneinfo distclean BIN=$(BIN)
|
||||
|
||||
Reference in New Issue
Block a user