mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
ca67a460ee
Tested on linux with X11/wayland and semi-tested on Windows. Windows crashes on item destruction however this is better than nothing. Fix up some win32 build issues on the way with mismatched {} and G_STMT_{START,END}
16 lines
236 B
Meson
16 lines
236 B
Meson
subdir('audiofx')
|
|
subdir('cairo')
|
|
#FIXME: subdir('gtk')
|
|
subdir('level')
|
|
subdir('qt')
|
|
subdir('rtp')
|
|
subdir('rtsp')
|
|
subdir('shapewipe')
|
|
subdir('v4l2')
|
|
|
|
if gtk_dep.found()
|
|
subdir('equalizer')
|
|
subdir('jack')
|
|
subdir('spectrum')
|
|
endif
|
|
|