messaging subsystem wip

This commit is contained in:
Sebastien
2020-02-19 08:02:58 -05:00
parent 8c3a52d40c
commit 4de4e07d99
28 changed files with 369 additions and 143 deletions

View File

@@ -3,21 +3,21 @@
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
CFLAGS += -O3 -DLINKALL -DLOOPBACK -DNO_FAAD -DRESAMPLE16 -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=4 \
-I$(COMPONENT_PATH)/../codecs/inc \
-I$(COMPONENT_PATH)/../codecs/inc/mad \
-I$(COMPONENT_PATH)/../codecs/inc/alac \
-I$(COMPONENT_PATH)/../codecs/inc/helix-aac \
-I$(COMPONENT_PATH)/../codecs/inc/vorbis \
-I$(COMPONENT_PATH)/../codecs/inc/soxr \
-I$(COMPONENT_PATH)/../codecs/inc/resample16 \
-I$(COMPONENT_PATH)/../tools \
-I$(COMPONENT_PATH)/../codecs/inc/opus \
-I$(COMPONENT_PATH)/../codecs/inc/opusfile \
-I$(COMPONENT_PATH)/../driver_bt \
-I$(COMPONENT_PATH)/../raop \
-I$(COMPONENT_PATH)/../services
-I$(PROJECT_PATH)/components/codecs/inc \
-I$(PROJECT_PATH)/components/codecs/inc/mad \
-I$(PROJECT_PATH)/components/codecs/inc/alac \
-I$(PROJECT_PATH)/components/codecs/inc/helix-aac \
-I$(PROJECT_PATH)/components/codecs/inc/vorbis \
-I$(PROJECT_PATH)/components/codecs/inc/soxr \
-I$(PROJECT_PATH)/components/codecs/inc/resample16 \
-I$(PROJECT_PATH)/components/tools \
-I$(PROJECT_PATH)/components/codecs/inc/opus \
-I$(PROJECT_PATH)/components/codecs/inc/opusfile \
-I$(PROJECT_PATH)/components/driver_bt \
-I$(PROJECT_PATH)/components/raop \
-I$(PROJECT_PATH)/components/services
# -I$(COMPONENT_PATH)/../codecs/inc/faad2
# -I$(PROJECT_PATH)/components/codecs/inc/faad2
COMPONENT_SRCDIRS := . tas57xx a1s external
COMPONENT_ADD_INCLUDEDIRS := . ./tas57xx ./a1s