1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Cleanup lib-src

Removing:

id3lib
libresample
libsamplerate
taglib
This commit is contained in:
Leland Lucius
2015-04-16 14:41:41 -05:00
parent 94fcb2a922
commit a03d65ef4d
521 changed files with 347 additions and 523410 deletions

View File

@@ -140,18 +140,6 @@ It handles initialization and termination by subclassing wxApp.
# pragma comment(lib, "libmad")
# endif
# if defined(USE_LIBRESAMPLE)
# pragma comment(lib, "libresample")
# endif
# if defined(USE_LIBSAMPLERATE)
# pragma comment(lib, "libsamplerate")
# endif
# if defined(USE_LIBSOXR)
# pragma comment(lib, "libsoxr")
# endif
# if defined(USE_LIBTWOLAME)
# pragma comment(lib, "twolame")
# endif