summaryrefslogtreecommitdiff
path: root/ext/meson.build
blob: 2a9879a84ca48594aacb3d7f75f3e11acdfe3171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
subdir('alsa')
subdir('cdparanoia')
if cc.get_id() != 'msvc'
  # libvisual has MinGW-specific headers which are not compatible with MSVC
  # If we want to build this with MSVC, we must build libvisual with it too
  subdir('libvisual')
endif
subdir('ogg')
subdir('opus')
subdir('pango')
subdir('theora')
subdir('vorbis')