mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
4a554a2a68
This was the only plugin still built when using -Dauto_features=disabled, besides coreelements.
5 lines
102 B
Meson
5 lines
102 B
Meson
plugins = []
|
|
subdir('elements')
|
|
if not get_option('coretracers').disabled()
|
|
subdir('tracers')
|
|
endif
|