mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
For AAC, do not enable SBR by default
This commit is contained in:
@@ -37,4 +37,8 @@ else()
|
||||
add_definitions(-DRESAMPLE16 -DBYTES_PER_FRAME=4)
|
||||
endif()
|
||||
|
||||
if (DEFINED AAC_ENABLE_SBR)
|
||||
add_definitions(-DAAC_ENABLE_SBR)
|
||||
endif()
|
||||
|
||||
add_compile_options (-O3 )
|
||||
|
||||
Reference in New Issue
Block a user