mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 23:47:02 +03:00
refactoring step 3 - components
squeezelite is a component platform_esp32 is the main
This commit is contained in:
18
components/squeezelite/component.mk
Normal file
18
components/squeezelite/component.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# "main" pseudo-component makefile.
|
||||
#
|
||||
# (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/faad2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user