aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/Input.pro
blob: 4cdd778f0e3c4e5690a59eb536d76a78396d4ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
include(../../../qmmp.pri)

SUBDIRS += mad cue vorbis sndfile wavpack
TEMPLATE = subdirs

contains(CONFIG, FLAC_PLUGIN){
    SUBDIRS += flac
}

contains(CONFIG, MUSEPACK_PLUGIN){
    SUBDIRS += mpc
}

contains(CONFIG, MODPLUG_PLUGIN){
    SUBDIRS += modplug
}

contains(CONFIG, FFMPEG_PLUGIN){
   contains(CONFIG, FFMPEG_LEGACY){
       SUBDIRS += ffmpeg_legacy
    }else{
       SUBDIRS += ffmpeg
    }
}

contains(CONFIG, GME_PLUGIN){
  SUBDIRS += gme
}

contains(CONFIG, OPUS_PLUGIN){
  SUBDIRS += opus
}

unix{

contains(CONFIG, AAC_PLUGIN){
  SUBDIRS += aac
}

contains(CONFIG, CDAUDIO_PLUGIN){
  SUBDIRS += cdaudio
}

contains(CONFIG, WILDMIDI_PLUGIN){
  SUBDIRS += wildmidi
}


}