mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
minor changes to make files
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
idf_component_register(SRCS link_helper.c
|
idf_component_register(SRCS link_helper.c
|
||||||
INCLUDE_DIRS . ./inc inc/alac inc/faad2 inc/FLAC inc/helix-aac inc/mad inc/ogg inc/opus inc/opusfile inc/resample16 inc/soxr inc/vorbis
|
INCLUDE_DIRS . ./inc inc/alac inc/faad2 inc/FLAC inc/helix-aac inc/mad inc/ogg inc/opus inc/opusfile inc/resample16 inc/soxr inc/vorbis
|
||||||
REQUIRES esp_common platform_config
|
REQUIRES esp_common platform_config freertos nvs_flash esp32 spi_flash newlib log pthread
|
||||||
PRIV_REQUIRES freertos bt nvs_flash esp32 spi_flash newlib log console pthread
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_prebuilt_library(libmad lib/libmad.a)
|
add_prebuilt_library(libmad lib/libmad.a)
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
|
idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
|
||||||
INCLUDE_DIRS .
|
|
||||||
INCLUDE_DIRS . ../tools/
|
INCLUDE_DIRS . ../tools/
|
||||||
REQUIRES newlib nvs_flash json platform_console services vfs
|
REQUIRES newlib nvs_flash json platform_console services vfs
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ idf_component_register(SRCS display.c
|
|||||||
fonts/font_line_2.c
|
fonts/font_line_2.c
|
||||||
fonts/font_tarable7seg_16x32.c
|
fonts/font_tarable7seg_16x32.c
|
||||||
fonts/font_tarable7seg_32x64.c
|
fonts/font_tarable7seg_32x64.c
|
||||||
PRIV_REQUIRES services
|
REQUIRES services
|
||||||
INCLUDE_DIRS . fonts core
|
INCLUDE_DIRS . fonts core
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
|
idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES newlib platform_config services codecs tools
|
REQUIRES newlib platform_config services codecs tools platform_display
|
||||||
PRIV_REQUIRES platform_display
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -57,9 +57,5 @@ set_source_files_properties(flac.c
|
|||||||
-Wno-maybe-uninitialized
|
-Wno-maybe-uninitialized
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(-O3 -DLINKALL -DLOOPBACK -DNO_FAAD -DRESAMPLE16 -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=4)
|
add_definitions(-DLINKALL -DLOOPBACK -DNO_FAAD -DRESAMPLE16 -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=4)
|
||||||
#add_library(platform_bluetooth STATIC IMPORTED GLOBAL)
|
add_compile_options (-O3)
|
||||||
#set_property(TARGET platform_bt PROPERTY IMPORTED_LOCATION "${COMPONENT_DIR}/../freetype/libfreetype.a")
|
|
||||||
#add_library(platform_bluetooth STATIC IMPORTED GLOBAL)
|
|
||||||
#set_property(TARGET platform_bluetooth PROPERTY IMPORTED_LOCATION "../platform_bluetooth/platform_bluetooth.a")
|
|
||||||
#target_link_libraries(${COMPONENT_TARGET} PUBLIC platform_bluetooth)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user