mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
18972fc942
- Based heavily on the existing Qt5 integration however: - The sharing of OpenGL resources is slightly different - The integration with the scengraph is a bit different - Wayland, XCB and KMS have been smoke tested. Android, MacOS/iOS, Windows may or may not work. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3281>
24 lines
326 B
Meson
24 lines
326 B
Meson
subdir('audiofx')
|
|
subdir('cairo')
|
|
subdir('level')
|
|
subdir('qt')
|
|
subdir('qt6')
|
|
|
|
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
|
|
|