Blame ext/meson.build

Packit 971217
subdir('alsa')
Packit 971217
subdir('cdparanoia')
Packit 971217
subdir('gl')
Packit 971217
if cc.get_id() != 'msvc'
Packit 971217
  # libvisual has MinGW-specific headers which are not compatible with MSVC
Packit 971217
  # If we want to build this with MSVC, we must build libvisual with it too
Packit 971217
  subdir('libvisual')
Packit 971217
endif
Packit 971217
subdir('ogg')
Packit 971217
subdir('opus')
Packit 971217
subdir('pango')
Packit 971217
subdir('theora')
Packit 971217
subdir('vorbis')