From 8d146b246e3da5d26b9501ca509a43ef4112e27d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 5 Aug 2018 08:21:43 +0000 Subject: fixed remaing plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8229 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/Input/Input.pro') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 5bee4dc29..498c5ff60 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -1,14 +1,14 @@ include(../../../qmmp.pri) TEMPLATE = subdirs -SUBDIRS += vorbis #cue sndfile wavpack +SUBDIRS += vorbis cue sndfile wavpack contains(CONFIG, WITH_MAD)|contains(CONFIG, WITH_MPG123){ SUBDIRS += mpeg } contains(CONFIG, FLAC_PLUGIN){ -# SUBDIRS += flac + SUBDIRS += flac } contains(CONFIG, MUSEPACK_PLUGIN){ @@ -42,7 +42,7 @@ contains(CONFIG, SID_PLUGIN){ unix{ contains(CONFIG, AAC_PLUGIN){ -# SUBDIRS += aac + SUBDIRS += aac } @@ -57,7 +57,7 @@ contains(CONFIG, ARCHIVE_PLUGIN){ TAGLIB_VER_MIN = $$member(TAGLIB_VERSION, 1) greaterThan(TAGLIB_VER_MAJ, 1) | equals(TAGLIB_VER_MAJ, 1) { -# greaterThan(TAGLIB_VER_MIN, 10):SUBDIRS += archive + greaterThan(TAGLIB_VER_MIN, 10):SUBDIRS += archive } else { message("Archive plugin requires at least TagLib 1.11") } -- cgit v1.2.3-13-gbd6f