aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/Input.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-10 17:33:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-10 17:33:17 +0000
commitd875270150b521ff84f9371248b0afaa88abe0e8 (patch)
tree5e2f76186763b5915c49d453139a020e45ce3c76 /src/plugins/Input/Input.pro
parent193585f35414ef95a09f6dbd0e3e040c090950ca (diff)
downloadqmmp-d875270150b521ff84f9371248b0afaa88abe0e8.tar.gz
qmmp-d875270150b521ff84f9371248b0afaa88abe0e8.tar.bz2
qmmp-d875270150b521ff84f9371248b0afaa88abe0e8.zip
new decoder api, disabled broken plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1016 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/Input.pro')
-rw-r--r--src/plugins/Input/Input.pro18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro
index 520d9060b..7b07b7571 100644
--- a/src/plugins/Input/Input.pro
+++ b/src/plugins/Input/Input.pro
@@ -1,54 +1,54 @@
include(../../../qmmp.pri)
-SUBDIRS += mad cue
+SUBDIRS += mad #cue
TEMPLATE = subdirs
unix{
-SUBDIRS += vorbis sndfile wavpack
+SUBDIRS += vorbis #sndfile wavpack
contains(CONFIG, MODPLUG_PLUGIN){
- SUBDIRS += modplug
+ #SUBDIRS += modplug
message(***************************)
message(* Modplug plugin enabled *)
message(***************************)
}
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(*************************)
}
contains(CONFIG, AAC_PLUGIN){
- SUBDIRS += aac
+ #SUBDIRS += aac
message(**********************)
message(* AAC plugin enabled *)
message(**********************)
}
contains(CONFIG, MPLAYER_PLUGIN){
- SUBDIRS += mplayer
+ #SUBDIRS += mplayer
message(**************************)
message(* Mplayer plugin enabled *)
message(**************************)
}
contains(CONFIG, CDAUDIO_PLUGIN){
- SUBDIRS += cdaudio
+ #SUBDIRS += cdaudio
message(***************************)
message(* CD Audio plugin enabled *)
message(***************************)