Skip to content

Commit 47e17e8

Browse files
committed
fixup! feat(stem): add support for stem info editing via TagLib
1 parent 6ccda85 commit 47e17e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3497,8 +3497,9 @@ if(SIGNALSMITH)
34973497
)
34983498
ExternalProject_Add(
34993499
signalsmith-stretch
3500-
GIT_REPOSITORY "https://signalsmith-audio.co.uk/code/stretch.git"
3501-
GIT_TAG "1.3.1"
3500+
GIT_REPOSITORY
3501+
"https://github.com/Signalsmith-Audio/signalsmith-stretch.git"
3502+
GIT_TAG "57b93f4e9206a089a45387eaa39bdc9f310d3308"
35023503
PREFIX "signalsmith-stretch"
35033504
INSTALL_DIR "${SIGNALSMITH_INSTALL_DIR}"
35043505
LIST_SEPARATOR "|"

0 commit comments

Comments
 (0)