Update signalsmith-linear version again

This commit is contained in:
Geraint 2025-02-07 22:17:11 +00:00 committed by Geraint Luff
parent 8f19d3e25f
commit 7d4dd63f10
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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 \