diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 09:27:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 09:27:24 +0000 |
| commit | c079fc76a1ccaf305b155c68757d3d345312e67f (patch) | |
| tree | 2078d148fd130424e2fbdffc869e85925453bd01 /src/plugins/Output/Output.pro | |
| parent | bc396c60b77202a84e2d76572bc18b6b53bf7959 (diff) | |
| download | qmmp-c079fc76a1ccaf305b155c68757d3d345312e67f.tar.gz qmmp-c079fc76a1ccaf305b155c68757d3d345312e67f.tar.bz2 qmmp-c079fc76a1ccaf305b155c68757d3d345312e67f.zip | |
fixed most output plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4538 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/Output.pro')
| -rw-r--r-- | src/plugins/Output/Output.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Output/Output.pro b/src/plugins/Output/Output.pro index 1de928c36..d07513257 100644 --- a/src/plugins/Output/Output.pro +++ b/src/plugins/Output/Output.pro @@ -9,15 +9,15 @@ SUBDIRS += null unix{ contains(CONFIG, JACK_PLUGIN){ -# SUBDIRS += jack + SUBDIRS += jack } contains(CONFIG, OSS_PLUGIN){ -# SUBDIRS += oss + SUBDIRS += oss } contains(CONFIG, PULSE_AUDIO_PLUGIN){ -# SUBDIRS += pulseaudio + SUBDIRS += pulseaudio } contains(CONFIG, ALSA_PLUGIN){ @@ -25,7 +25,7 @@ contains(CONFIG, ALSA_PLUGIN){ } contains(CONFIG, OSS4_PLUGIN){ -# SUBDIRS += oss4 + SUBDIRS += oss4 } } |
