diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-21 19:45:51 +0000 |
| commit | 3995fa88592e1b0ed2c35c42940b5af3be954819 (patch) | |
| tree | be4f5e68a4c5684f9d5c862074814f0a5fed318d /src/plugins/Input/Input.pro | |
| parent | 1ebcb405edc1e0341adb8f134215a5be1e45aef6 (diff) | |
| download | qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.gz qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.tar.bz2 qmmp-3995fa88592e1b0ed2c35c42940b5af3be954819.zip | |
added modplug plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@348 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 18f378419..2b75906fb 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -3,6 +3,13 @@ include(../../../qmmp.pri) SUBDIRS += mad vorbis sndfile wavpack TEMPLATE = subdirs +contains(CONFIG, MODPLUG_PLUGIN){ + SUBDIRS += modplug + message(***************************) + message(* Modplug plugin enabled *) + message(***************************) +} + contains(CONFIG, MUSEPACK_PLUGIN){ SUBDIRS += mpc message(***************************) |
