From da79930c36e4a784340df71e7f2d0e7ea1c154be Mon Sep 17 00:00:00 2001 From: Giovanni Mariani Date: Tue, 23 Aug 2022 14:19:26 +0200 Subject: [PATCH 1/4] Use ladish instead of lash #1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a29ac5555..fa9ef8236 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ ENDIF() FIND_HELPER(PORTAUDIO portaudio-2.0 portaudio.h portaudio) FIND_HELPER(PORTMIDI portmidi portmidi.h portmidi) FIND_HELPER(PULSEAUDIO libpulse pulse/pulseaudio.h pulse) -FIND_HELPER(LASH lash-1.0 lash/lash.h lash) +FIND_HELPER(LASH liblash lash-1.0/lash/lash.h lash) FIND_HELPER(LRDF lrdf lrdf.h lrdf) FIND_HELPER(RUBBERBAND rubberband rubberband/RubberBandStretcher.h rubberband) From 133e17426d2aebe449d5721119a65b9ee1491d08 Mon Sep 17 00:00:00 2001 From: Giovanni Mariani Date: Tue, 23 Aug 2022 14:20:57 +0200 Subject: [PATCH 2/4] Use ladish instead of lash #2 --- src/core/Lash/LashClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Lash/LashClient.cpp b/src/core/Lash/LashClient.cpp index b0d758e4c..201d84d0b 100644 --- a/src/core/Lash/LashClient.cpp +++ b/src/core/Lash/LashClient.cpp @@ -30,7 +30,7 @@ #if defined(H2CORE_HAVE_LASH) || _DOXYGEN_ -#include +include #include #include From d9ed8b43e9e0235292aa1e1fa310a7a45260ed59 Mon Sep 17 00:00:00 2001 From: Giovanni Mariani Date: Tue, 23 Aug 2022 14:21:33 +0200 Subject: [PATCH 3/4] Use ladish instead of lash #3 --- src/core/Lash/LashClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Lash/LashClient.h b/src/core/Lash/LashClient.h index 83f6aa0d0..f61b9cfa4 100644 --- a/src/core/Lash/LashClient.h +++ b/src/core/Lash/LashClient.h @@ -27,7 +27,7 @@ #ifndef LASH_CLIENT #define LASH_CLIENT -#include +include #include #include From 50e9d75d3d638c3782f2b9e78ae8f08681d4bffd Mon Sep 17 00:00:00 2001 From: Giovanni Mariani Date: Tue, 23 Aug 2022 14:22:31 +0200 Subject: [PATCH 4/4] Use ladish instead of lash #4 --- src/gui/src/MainForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/MainForm.cpp b/src/gui/src/MainForm.cpp index 4e1c40f36..58642ac62 100644 --- a/src/gui/src/MainForm.cpp +++ b/src/gui/src/MainForm.cpp @@ -73,7 +73,7 @@ #endif #ifdef H2CORE_HAVE_LASH -#include +include #include #endif