From 7d4dd63f10d3f6a4ea7a73de3ea22a7ed23753d0 Mon Sep 17 00:00:00 2001 From: Geraint Date: Fri, 7 Feb 2025 22:17:11 +0000 Subject: [PATCH] Update `signalsmith-linear` version again --- CMakeLists.txt | 2 +- cmd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c168c4d..3fe4a2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(FetchContent) FetchContent_Declare( signalsmith-linear GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git - GIT_TAG 321e1280c2cc4d11d3f33e912af3f4d2041583ec + GIT_TAG 49500fbae7574785e99eefa4979f9ca265577b50 GIT_SHALLOW ON ) FetchContent_MakeAvailable(signalsmith-linear) diff --git a/cmd/Makefile b/cmd/Makefile index ad2649b..25d0560 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -1,6 +1,6 @@ all: out/stretch -out/stretch: main.cpp ../signalsmith-stretch.h util/*.h util/*.hxx ../dsp/*.h +out/stretch: main.cpp ../signalsmith-stretch.h util/*.h util/*.hxx mkdir -p out g++ -std=c++11 -O3 -g \ -Wall -Wextra -Wfatal-errors -Wpedantic -pedantic-errors \