diff options
Diffstat (limited to 'math/kfr/files/patch-tools_CMakeLists.txt')
-rw-r--r-- | math/kfr/files/patch-tools_CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/kfr/files/patch-tools_CMakeLists.txt b/math/kfr/files/patch-tools_CMakeLists.txt new file mode 100644 index 000000000000..13bf54e7a7b9 --- /dev/null +++ b/math/kfr/files/patch-tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- tools/CMakeLists.txt.orig 2025-08-02 10:33:46 UTC ++++ tools/CMakeLists.txt +@@ -23,5 +23,5 @@ target_link_libraries(sample_rate_converter kfr kfr_ds + add_executable(sample_rate_converter sample_rate_converter.cpp) + target_link_libraries(sample_rate_converter kfr kfr_dsp kfr_io use_arch) + +-add_executable(ebu_test ebu_test.cpp) +-target_link_libraries(ebu_test kfr kfr_io use_arch) ++#add_executable(ebu_test ebu_test.cpp) ++#target_link_libraries(ebu_test kfr kfr_io use_arch) |