aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/Input.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-04-25 19:02:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-04-25 19:02:17 +0000
commit646e72f41adb1916f1c24f057b39bed4d7b949c6 (patch)
tree1e8eb279b017ef1370d9df685a387c874d67c105 /src/plugins/Input/Input.pro
parent2f766cd3906b2a9534321d955589cd4d9212b175 (diff)
downloadqmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.gz
qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.bz2
qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.zip
prepare for new metadata api iplementation (compilation is broken,
latest working revision: 7935) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/Input.pro')
-rw-r--r--src/plugins/Input/Input.pro24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro
index 498c5ff60..ea63c61d0 100644
--- a/src/plugins/Input/Input.pro
+++ b/src/plugins/Input/Input.pro
@@ -1,53 +1,53 @@
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){
- SUBDIRS += mpc
+ #SUBDIRS += mpc
}
contains(CONFIG, MODPLUG_PLUGIN){
- SUBDIRS += modplug
+ #SUBDIRS += modplug
}
contains(CONFIG, FFMPEG_PLUGIN){
- SUBDIRS += ffmpeg
+ #SUBDIRS += ffmpeg
}
contains(CONFIG, GME_PLUGIN){
- SUBDIRS += gme
+ #SUBDIRS += gme
}
contains(CONFIG, OPUS_PLUGIN){
- SUBDIRS += opus
+ #SUBDIRS += opus
}
contains(CONFIG, CDAUDIO_PLUGIN){
- SUBDIRS += cdaudio
+ #SUBDIRS += cdaudio
}
contains(CONFIG, SID_PLUGIN){
- SUBDIRS += sid
+ #SUBDIRS += sid
}
unix{
contains(CONFIG, AAC_PLUGIN){
- SUBDIRS += aac
+ #SUBDIRS += aac
}
contains(CONFIG, WILDMIDI_PLUGIN){
- SUBDIRS += wildmidi
+ #SUBDIRS += wildmidi
}
contains(CONFIG, ARCHIVE_PLUGIN){
@@ -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")
}