mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
messaging subsystem wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user