diff options
| -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(*************************) |
