Add support for Meson as alternative/parallel build system
[platform/upstream/gstreamer.git] / ext / meson.build
1 subdir('alsa')
2 subdir('cdparanoia')
3 if cc.get_id() != 'msvc'
4   # libvisual has MinGW-specific headers which are not compatible with MSVC
5   # If we want to build this with MSVC, we must build libvisual with it too
6   subdir('libvisual')
7 endif
8 subdir('ogg')
9 subdir('opus')
10 subdir('pango')
11 subdir('theora')
12 subdir('vorbis')