aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-01-13 06:14:20 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-01-13 06:14:20 +0000
commit92eca5d90be6f4c6aaa46bb222d82f724a863e9f (patch)
tree05ea02930bf519c7a893339695c9f91b471df0cf /README
parent00f49dcfe65115cbd0e4230bbe3c8eebeb294807 (diff)
downloadqmmp-92eca5d90be6f4c6aaa46bb222d82f724a863e9f.tar.gz
qmmp-92eca5d90be6f4c6aaa46bb222d82f724a863e9f.tar.bz2
qmmp-92eca5d90be6f4c6aaa46bb222d82f724a863e9f.zip
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
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
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