mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
8227135f3b
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
13 lines
333 B
Meson
13 lines
333 B
Meson
subdir('alsa')
|
|
subdir('cdparanoia')
|
|
subdir('gl')
|
|
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')
|