summaryrefslogtreecommitdiff
path: root/ext/meson.build
blob: 62af789509bcc8e699b92c5a4f104d320d5315d7 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#subdir('apexsink')
subdir('assrender')
#subdir('bs2b')
subdir('bz2')
subdir('chromaprint')
subdir('curl')
#subdir('daala')
subdir('dash')
#subdir('dc1394')
subdir('directfb')
subdir('dtls')
subdir('dts')
subdir('faac')
subdir('faad')
subdir('fdkaac')
subdir('flite')
subdir('fluidsynth')
subdir('gl')
#subdir('gme')
#subdir('gsm')
subdir('gtk')
subdir('hls')
subdir('iqa')
subdir('kate')
#subdir('ladspa')
subdir('libde265')
subdir('libmms')
#subdir('libvisual')
#subdir('lv2')
#subdir('modplug')
#subdir('mpeg2enc')
#subdir('mplex')
#subdir('musepack')
#subdir('nas')
#subdir('neon')
#subdir('ofa')
#subdir('openal')
subdir('opencv')
#subdir('openexr')
subdir('openh264')
subdir('openjpeg')
#subdir('openni2')
subdir('opus')
#subdir('qt')
subdir('resindvd')
subdir('rsvg')
subdir('rtmp')
subdir('sbc')
subdir('schroedinger')
#subdir('sdl')
subdir('smoothstreaming')
#subdir('sndfile')
#subdir('sndio')
if cc.get_id() != 'msvc'
  # soundtouch doesn't do exporting of symbols for DLLs and I'm not sure how to
  # do that for C++ classes. -- Nirbheek
  subdir('soundtouch')
  # libspandsp has a bunch of portability issues in the headers
  # If someone really wants to use this, it shouldn't be hard to port
  subdir('spandsp')
endif
#subdir('spc')
subdir('srtp')
#subdir('teletextdec')
#subdir('timidity')
subdir('ttml')
subdir('voaacenc')
#subdir('voamrwbenc')
subdir('vulkan')
subdir('wayland')
#subdir('webrtcdsp')
subdir('webp')
subdir('x265')
#subdir('xvid')
subdir('zbar')