aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-02-28 11:05:43 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-02-28 11:05:43 +0000
commit41f66e32ed817ac2da74f5d0e319fda6b02a6242 (patch)
tree31c8b2f96e8a2868787139429b6f3e51ac06ffd8 /README
parentce3cede8e1a681db0ad13477881058f6c3c5a6c6 (diff)
downloadqmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.tar.gz
qmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.tar.bz2
qmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.zip
updated bs2b plugin. Now it uses updated bs2b library and enabled by default
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@810 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 753c47bad..82de748fd 100644
--- a/README
+++ b/README
@@ -23,9 +23,11 @@ Main opportunities:
- Last.fm scrobbler
- Spectrum Analyzer
- sample rate conversion
+- bs2b dsp effect
- streaming support (MP3, Vorbis via IceCast/ShoutCast)
- device detection
- MPRIS support
+- global hotkey support
- video playback using Mplayer
- lyrics support (from LyricWiki.org)
@@ -50,6 +52,7 @@ Requirements:
- ffmpeg >= 0.4.9-pre1 (Optional)
- cdio >= 0.80 (Optional)
- faad2 >= 2.6.1 (Optional)
+- libbs2b >= 2.2.1 (Optional)
- cmake >= 2.4.8 (for build only)
@@ -70,8 +73,8 @@ cmake ./ -D USE_JACK:BOOL=FALSE
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_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_ANALYZER, USE_MPRIS,
-USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_QMMP_DIALOG
+USE_CUE, USE_MPLAYER, USE_CDA, USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_BS2B, USE_ANALYZER, USE_MPRIS,
+USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_QMMP_DIALOG
Also you can use ccmake for changing plugins configuration.
By default program will be installed in /usr/local. You can change default path by running: