diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 12:27:47 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 12:27:47 +0000 |
| commit | ab5c39cd66869c339938628b9f72e7f6cc247e7e (patch) | |
| tree | 69e16ad4a2e4f19457b234b55fe3a7468c408a9a | |
| parent | bc2f300631757a3eaf637203ee3f85d804ea1628 (diff) | |
| download | qmmp-ab5c39cd66869c339938628b9f72e7f6cc247e7e.tar.gz qmmp-ab5c39cd66869c339938628b9f72e7f6cc247e7e.tar.bz2 qmmp-ab5c39cd66869c339938628b9f72e7f6cc247e7e.zip | |
disabled old API plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@104 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | lib/qmmp/Input/Input.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/qmmp/Input/Input.pro b/lib/qmmp/Input/Input.pro index 794407c76..1c3147ef5 100644 --- a/lib/qmmp/Input/Input.pro +++ b/lib/qmmp/Input/Input.pro @@ -1,24 +1,24 @@ include(../../../qmmp.pri) -SUBDIRS += vorbis mad +SUBDIRS += vorbis TEMPLATE = subdirs contains(CONFIG, MUSEPACK_PLUGIN){ - SUBDIRS += mpc +# SUBDIRS += mpc message(***************************) message(* Musepack plugin enabled *) message(***************************) } contains(CONFIG, FLAC_PLUGIN){ - SUBDIRS += flac +# SUBDIRS += flac message(***********************) message(* FLAC plugin enabled *) message(***********************) } contains(CONFIG, FFMPEG_PLUGIN){ - SUBDIRS += ffmpeg +# SUBDIRS += ffmpeg message(*************************) message(* FFMPEG plugin enabled *) message(*************************) |
