diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-25 12:59:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-25 12:59:25 +0000 |
| commit | 0ffb6a0e34b1cdae4f748f920ac35efb8e2d923c (patch) | |
| tree | 58d4d849872db40c8ee5aea5f58e3cdcc7e94db6 /src | |
| parent | 685aaf97b36093461289b28fad96926098116908 (diff) | |
| download | qmmp-0ffb6a0e34b1cdae4f748f920ac35efb8e2d923c.tar.gz qmmp-0ffb6a0e34b1cdae4f748f920ac35efb8e2d923c.tar.bz2 qmmp-0ffb6a0e34b1cdae4f748f920ac35efb8e2d923c.zip | |
make alsa plugin optional
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@519 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Output/Output.pro | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/plugins/Output/Output.pro b/src/plugins/Output/Output.pro index c180400dc..19a20bcd3 100644 --- a/src/plugins/Output/Output.pro +++ b/src/plugins/Output/Output.pro @@ -3,8 +3,6 @@ include(../../../qmmp.pri) CONFIG += release warn_on TEMPLATE = subdirs -SUBDIRS += alsa - contains(CONFIG, JACK_PLUGIN){ SUBDIRS += jack message(***********************) @@ -25,3 +23,10 @@ contains(CONFIG, PULSE_AUDIO_PLUGIN){ message(* PULSE AUDIO plugin enabled *) message(******************************) } + +contains(CONFIG, ALSA_PLUGIN){ + SUBDIRS += alsa + message(***********************) + message(* ALSA plugin enabled *) + message(***********************) +} |
