From 0e860ae0ba0c6ed9f14b9d01a28b44ae64d91532 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 9 Sep 2008 19:45:15 +0000 Subject: new libqmmp api, a lot of features has been temporary disabled git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@546 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/plugins/Input/Input.pro') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 2b75906fb..6dff07146 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -1,31 +1,31 @@ include(../../../qmmp.pri) -SUBDIRS += mad vorbis sndfile wavpack +SUBDIRS += mad# vorbis sndfile wavpack TEMPLATE = subdirs contains(CONFIG, MODPLUG_PLUGIN){ - SUBDIRS += modplug +# SUBDIRS += modplug message(***************************) message(* Modplug plugin enabled *) message(***************************) } 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(*************************) -- cgit v1.2.3-13-gbd6f