1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

AUP3: Add SQLite to the project

This commit is contained in:
Leland Lucius
2020-06-21 17:48:07 -05:00
parent 639a82a4a0
commit 2fbfd3e0a5
8 changed files with 262239 additions and 23 deletions

View File

@@ -133,6 +133,7 @@ addlib( lame lame LAME YES YES "lame >= 3.100" )
addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" )
addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" )
addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" )
addlib( sqlite sqlite SQLITE YES YES "sqlite3 >= 3.32.0" )
# Optional libraries
#