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 /src/plugins/Output/Output.pro | |
| 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 'src/plugins/Output/Output.pro')
| -rw-r--r-- | src/plugins/Output/Output.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/Output/Output.pro b/src/plugins/Output/Output.pro index c355acbbf..393299941 100644 --- a/src/plugins/Output/Output.pro +++ b/src/plugins/Output/Output.pro @@ -34,4 +34,10 @@ contains(CONFIG, ALSA_PLUGIN){ message(* ALSA plugin enabled *) message(***********************) } + +contains(CONFIG, OSS4_PLUGIN){ + SUBDIRS += oss4 + message(***********************) + message(* OSS4 plugin enabled *) + message(***********************) } |
