Skip to content

Commit 2739b87

Browse files
MarkWangChinesenashif
authored andcommitted
libsbc: remove unused compile definitions
They are used in the sbc of bluedroid not in the sbc of Android bluetooth, and Zephyr is using the sbc of Android bluetooth, so remove them. Signed-off-by: Mark Wang <[email protected]>
1 parent d776d00 commit 2739b87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/libsbc/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ zephyr_library_named(libsbc)
66
# validated. So these warnings are presumed to be false positives.
77
zephyr_library_compile_options(-O3 -std=c11 -ffast-math -Wno-stringop-overflow)
88

9-
zephyr_library_compile_definitions(SBC_FOR_EMBEDDED_LINUX)
10-
zephyr_library_compile_definitions(SBC_NO_PCM_CPY_OPTION)
11-
129
zephyr_include_directories(
1310
${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/include
1411
)

0 commit comments

Comments
 (0)