mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-15 16:07:05 +03:00
idf.py app now builds both squeezelite and recovery in a single pass
This commit is contained in:
@@ -6,7 +6,7 @@ idf_component_register( SRC_DIRS . external a1s tas57xx
|
||||
esp_common
|
||||
esp-dsp
|
||||
platform_config
|
||||
platform_bluetooth
|
||||
bluetooth
|
||||
codecs
|
||||
services
|
||||
raop
|
||||
|
||||
@@ -13,7 +13,7 @@ CFLAGS += -O3 -DLINKALL -DLOOPBACK -DNO_FAAD -DRESAMPLE16 -DEMBEDDED -DTREMOR_ON
|
||||
-I$(COMPONENT_PATH)/../tools \
|
||||
-I$(COMPONENT_PATH)/../codecs/inc/opus \
|
||||
-I$(COMPONENT_PATH)/../codecs/inc/opusfile \
|
||||
-I$(COMPONENT_PATH)/../platform_bluetooth \
|
||||
-I$(COMPONENT_PATH)/../bluetooth \
|
||||
-I$(COMPONENT_PATH)/../raop \
|
||||
-I$(COMPONENT_PATH)/../services
|
||||
|
||||
|
||||
Reference in New Issue
Block a user