1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Use version 2.1.0 of libsbsms

This is actually the exact code we already use, but Clayton has
set up a github repo for the release to make it available to
distros.
This commit is contained in:
Leland Lucius
2021-02-01 10:12:06 -06:00
parent dd9998c855
commit a5609e44d0
5 changed files with 5 additions and 17 deletions

View File

@@ -1060,7 +1060,7 @@ list( APPEND LIBRARIES
$<$<BOOL:${USE_MIDI}>:portsmf>
$<$<BOOL:${USE_NYQUIST}>:libnyquist>
$<$<BOOL:${USE_PORTMIXER}>:portmixer>
$<$<BOOL:${USE_SBSMS}>:sbsms>
$<$<BOOL:${USE_SBSMS}>:libsbsms>
$<$<BOOL:${USE_SOUNDTOUCH}>:soundtouch>
$<$<BOOL:${USE_VAMP}>:libvamp>
$<$<PLATFORM_ID:Linux,FreeBSD,OpenBSD,NetBSD,CYGWIN>:PkgConfig::GLIB>