diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-06 17:09:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-06 17:09:33 +0000 |
| commit | ea7b638267352050e162334212344efe2fc8baec (patch) | |
| tree | d37f020436f66e45e00c6c4caac37efefee5aef9 /src/plugins/Output/CMakeLists.txt | |
| parent | 72cd2f350a692ef0c24f2ff4cc706efe826292f0 (diff) | |
| download | qmmp-ea7b638267352050e162334212344efe2fc8baec.tar.gz qmmp-ea7b638267352050e162334212344efe2fc8baec.tar.bz2 qmmp-ea7b638267352050e162334212344efe2fc8baec.zip | |
FFMEG plugin: fixed build again
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@365 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Output/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Output/CMakeLists.txt b/src/plugins/Output/CMakeLists.txt index 5f13e4477..38f2629ee 100644 --- a/src/plugins/Output/CMakeLists.txt +++ b/src/plugins/Output/CMakeLists.txt @@ -28,5 +28,5 @@ IF(USE_PULSE) MESSAGE( STATUS "PULSE AUDIO ON") add_subdirectory(pulseaudio) ELSE(USE_PULSE) -MESSAGE( STATUS "PULSE AUDIO ON") +MESSAGE( STATUS "PULSE AUDIO OFF") ENDIF(USE_PULSE) |
