diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-28 11:05:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-28 11:05:43 +0000 |
| commit | 41f66e32ed817ac2da74f5d0e319fda6b02a6242 (patch) | |
| tree | 31c8b2f96e8a2868787139429b6f3e51ac06ffd8 /CMakeLists.txt | |
| parent | ce3cede8e1a681db0ad13477881058f6c3c5a6c6 (diff) | |
| download | qmmp-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 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a8bc7c63..a918aff79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ PRINT_SUMMARY ("PulseAudio support ................" USE_PULSE PULSE_FOUND) MESSAGE("") MESSAGE("Effect Plugins:") PRINT_SUMMARY ("Sample Rate Conversion ............" USE_SRC SAMPLERATE_FOUND) +PRINT_SUMMARY ("BS2B Plugin........................" USE_BS2B BS2B_FOUND) MESSAGE("") MESSAGE("Visual Plugins:") |
