diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-07 16:12:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-07 16:12:23 +0000 |
| commit | 0d55d4504e5aedbcde0386d4f18864c1eed9b25d (patch) | |
| tree | 6516771ba353a49dae7764262b6c01cdb4716882 /README | |
| parent | 8b1fde7fe3f5bfd7584e7ac6915023d837e35641 (diff) | |
| download | qmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.tar.gz qmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.tar.bz2 qmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.zip | |
moved oss4 support to separate plugin, fixed some bugs, updated documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1983 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -102,7 +102,7 @@ Available options: - USE_CURL, USE_MMS (transports); - 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 (decoders); -- USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_NULL, USE_WAVEOUT (output plugins); +- USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_NULL, USE_OSS4, USE_WAVEOUT (output plugins); - USE_SRC, USE_BS2B, USE_LADSPA, USE_CROSSFADE (effects); - USE_ANALYZER, USE_PROJECTM (visualization); - USE_MPRIS, USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_FILEOPS, USE_COVER, @@ -140,5 +140,8 @@ qmake-qt4 LIB_DIR=/lib64 or cmake ./ -DLIB_DIR=lib64 +OSS4 support. +OSS4 plugin is disabled by default. To enable it run cmake ./ -DUSE_OSS4:BOOL=TRUE before compilation. + All patches, bug reports, ideas etc. send to forkotov02@hotmail.ru or use issue tracker http://code.google.com/p/qmmp/issues/list |
