From 92eca5d90be6f4c6aaa46bb222d82f724a863e9f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 13 Jan 2016 06:14:20 +0000 Subject: removed libsamplerate-based resampler from base package git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5999 90c681e8-e032-0410-971d-27865f9a5e38 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 871b7e341..5f9d69071 100644 --- a/README +++ b/README @@ -81,7 +81,7 @@ Requirements: - flac >= 1.1.3 (Optional) - libmpcdec >= 1.2.6 (Optional) - jackit >= 0.102.5 (Optional) -- libsamplerate >= 0.1.2 (Optional) +- libsoxr >= 0.1.0 (Optional) - libmodplug >= 0.8.4 (Optional) - libsndfile >= 1.0.17 (Optional) - wavpack >= 4.41 (Optional) @@ -122,7 +122,7 @@ Available options: - USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC, USE_CUE, USE_MPLAYER, USE_CDA, USE_MIDI, USE_GME, USE_FFMPEG_LEGACY, USE_OPUS (decoders); - USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_NULL, USE_OSS4, USE_WAVEOUT, UDE_DSOUND (output plugins); -- USE_SRC, USE_BS2B, USE_LADSPA, USE_CROSSFADE, USE_STEREO (effects); +- USE_SOXR, USE_BS2B, USE_LADSPA, USE_CROSSFADE, USE_STEREO (effects); - USE_ANALYZER, USE_PROJECTM (visualization); - USE_MPRIS, USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_FILEOPS, USE_COVER, USE_KDENOTIFY, USE_UDISKS2, USE_UDISKS, USE_CONVERTER, USE_RGSCAN, USE_SB, USE_TRACKCHANGE, USE_COPYPASTE, @@ -163,7 +163,7 @@ make install INSTALL_ROOT=/usr/local Executable: ./bin/qmmp -If someone module doesn't build or doesn't needed you can disable it in qmmp.pri file - just comment corresponding +If someone module doesn't build or doesn't needed you can disable it in qmmp.pri file - just comment corresponding line( symbol '#') or execute qmake with special parameters: qmake DISABLED_PLUGINS+=JACK_PLUGIN DISABLED_PLUGINS+=OSS_PLUGIN -- cgit v1.2.3-13-gbd6f