Update signalsmith-linear version again
This commit is contained in:
parent
8f19d3e25f
commit
7d4dd63f10
@ -7,7 +7,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
signalsmith-linear
|
signalsmith-linear
|
||||||
GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git
|
GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git
|
||||||
GIT_TAG 321e1280c2cc4d11d3f33e912af3f4d2041583ec
|
GIT_TAG 49500fbae7574785e99eefa4979f9ca265577b50
|
||||||
GIT_SHALLOW ON
|
GIT_SHALLOW ON
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(signalsmith-linear)
|
FetchContent_MakeAvailable(signalsmith-linear)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
all: out/stretch
|
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
|
mkdir -p out
|
||||||
g++ -std=c++11 -O3 -g \
|
g++ -std=c++11 -O3 -g \
|
||||||
-Wall -Wextra -Wfatal-errors -Wpedantic -pedantic-errors \
|
-Wall -Wextra -Wfatal-errors -Wpedantic -pedantic-errors \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user