Dust off project - added opus frame size ajust

This commit is contained in:
jorgenkraghjakobsen
2020-04-24 08:32:53 +02:00
Unverified
parent 0867516166
commit 7f6853be43
2228 changed files with 180067 additions and 38 deletions

View File

@@ -0,0 +1,11 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.mk. By default,
# this will take the sources in the src/ directory, compile them and link them into
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#
COMPONENT_SRCDIRS := .
# CFLAGS +=