1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 14:50:17 +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

@@ -150,7 +150,7 @@ addlib( lv2 lv2 LV2 NO YES "lilv-0 >= 0.24.6
addlib( portmidi midi MIDI NO YES "portmidi >= 0.1" )
addlib( portmixer portmixer PORTMIXER NO YES "" )
addlib( portsmf portsmf PORTSMF NO YES "portSMF >= 0.1" )
addlib( sbsms sbsms SBSMS NO YES "" )
addlib( libsbsms sbsms SBSMS NO YES "libsbsms >= 2.1.0" )
addlib( soundtouch soundtouch SOUNDTOUCH NO YES "soundtouch >= 1.7.1" )
addlib( twolame twolame LIBTWOLAME NO YES "twolame >= 0.3.13" )