mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
3b0437e58d
webrtc one should probably go into gst-examples. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/667>
23 lines
312 B
Meson
23 lines
312 B
Meson
subdir('audiofx')
|
|
subdir('cairo')
|
|
subdir('level')
|
|
subdir('qt')
|
|
|
|
if is_variable('gstrpicamsrc')
|
|
subdir('rpicamsrc')
|
|
endif
|
|
|
|
subdir('rtp')
|
|
subdir('rtsp')
|
|
subdir('shapewipe')
|
|
if have_v4l2
|
|
subdir('v4l2')
|
|
endif
|
|
|
|
if gtk_dep.found()
|
|
subdir('equalizer')
|
|
subdir('jack')
|
|
subdir('spectrum')
|
|
subdir('gtk')
|
|
endif
|
|
|