From 5d8ddd6437d151870a20cdac7c5cb68eebc5f603 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 11 Jan 2016 16:34:39 +0000 Subject: qmake: added feature to disable soxr plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5988 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/Effect.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/Effect/Effect.pro') diff --git a/src/plugins/Effect/Effect.pro b/src/plugins/Effect/Effect.pro index 0d0672fb9..ada94887a 100644 --- a/src/plugins/Effect/Effect.pro +++ b/src/plugins/Effect/Effect.pro @@ -9,8 +9,6 @@ SUBDIRS += bs2b unix { SUBDIRS += srconverter - SUBDIRS += soxr - contains(CONFIG, LADSPA_PLUGIN){ - SUBDIRS += ladspa - } + contains(CONFIG, SOXR_PLUGIN):SUBDIRS += soxr + contains(CONFIG, LADSPA_PLUGIN):SUBDIRS += ladspa } -- cgit v1.2.3-13-gbd6f