mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
18 lines
545 B
Meson
18 lines
545 B
Meson
# some of the examples want GTK+
|
|
gtk_dep = dependency('gtk+-3.0', version : '>= 3.10', required : false)
|
|
gtk_x11_dep = dependency('gtk+-x11-3.0', version : '>= 3.10', required : false)
|
|
gtk_quartz_dep = dependency('gtk+-quartz-3.0', version : '>= 3.10', required : false)
|
|
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', required : false)
|
|
|
|
subdir('app')
|
|
subdir('audio')
|
|
subdir('dynamic')
|
|
subdir('decodebin_next')
|
|
subdir('encoding')
|
|
subdir('fft')
|
|
subdir('gio')
|
|
subdir('overlay')
|
|
subdir('playback')
|
|
subdir('playrec')
|
|
subdir('seek')
|
|
subdir('snapshot')
|