mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
13 lines
334 B
Meson
13 lines
334 B
Meson
subdir('alsa')
|
|
subdir('cdparanoia')
|
|
subdir('gl')
|
|
if cc.get_id() != 'msvc'
|
|
# FIXME: libvisual has MinGW-specific headers which are not compatible with
|
|
# MSVC. Need to either fix the headers or build libvisual with MSVC too.
|
|
subdir('libvisual')
|
|
endif
|
|
subdir('ogg')
|
|
subdir('opus')
|
|
subdir('pango')
|
|
subdir('theora')
|
|
subdir('vorbis')
|