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

💩 Remove Update Check

This commit is contained in:
Cookie Engineer
2021-07-04 10:20:24 +02:00
parent bbf352d36d
commit 5728dd542f
36 changed files with 1 additions and 3070 deletions

View File

@@ -28,7 +28,7 @@ cmake_options=(
-Daudacity_use_mad=system # This library has bugs, that are fixed in *local* version
-Daudacity_use_nyquist=local # This library is not available
-Daudacity_use_vamp=local # The dev package for this library is not available
-Daudacity_use_ogg=system
-Daudacity_use_ogg=system
-Daudacity_use_vorbis=system
-Daudacity_use_flac=system
-Daudacity_use_lv2=system
@@ -38,7 +38,6 @@ cmake_options=(
-Daudacity_use_sbsms=local # We prefer using the latest version of sbsms
-Daudacity_use_soundtouch=system
-Daudacity_use_twolame=system
-Daudacity_has_networking=yes
-Daudacity_use_curl=system
)