1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +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

@@ -14,7 +14,6 @@
*//*******************************************************************/
#define MP3SUPPORT 1
#define USE_FFMPEG 1 //define this to build with ffmpeg import/export
#define USE_LADSPA 1
#define USE_LIBFLAC 1
@@ -22,17 +21,6 @@
#define USE_LV2 1
#define USE_LIBMAD 1
//#define USE_GSTREAMER 1
// Resamplers:
// Exactly one resampler should be defined.
// Should build only one of libsoxr, libresample, or libsamplerate for resampling,
// but if more than one are defined, priority is libresample over libsamplerate over libsoxr.
// We cannot release builds with libsamplerate, due to licensing.
// Standard configuration is to have only USE_LIBSOXR #defined.
#define USE_LIBSOXR 1
#undef USE_LIBRESAMPLE
#undef USE_LIBSAMPLERATE
#define USE_LIBTWOLAME 1
#define USE_LIBVORBIS 1
#define USE_NYQUIST 1