From ab5c39cd66869c339938628b9f72e7f6cc247e7e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 20 Aug 2007 12:27:47 +0000 Subject: disabled old API plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@104 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/qmmp/Input/Input.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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(*************************) -- cgit v1.2.3-13-gbd6f