From ae0d81599df378b94fdf1dc28696da8f57f9fa1c Mon Sep 17 00:00:00 2001 From: David Madl Date: Sat, 7 Mar 2026 23:15:28 +0100 Subject: [PATCH] docs: build notes --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05d426f..65c8ea6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ set(CMAKE_CXX_STANDARD 20) # -DUSE_PTHREADS: for Thread.h set(CMAKE_CXX_FLAGS "-DNOMINMAX -DHAVE_UNISTD_H -DUSE_PTHREADS -DUSE_BQRESAMPLER -DHAVE_KISSFFT") +# TODO: see Android.mk in librubberband and copy options from LOCAL_CFLAGS + # disable libsndfile tests set(BUILD_TESTING FALSE) @@ -16,8 +18,8 @@ include_directories( ./src/common ./src/ext/float_cast ./src/ext/kissfft - ./src/ext/pommier - ./src/ext/speex + #./src/ext/pommier + #./src/ext/speex ./src/faster ./src/finer )