mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
2be7e4758b
- Properly set where to find gst-plugin-scanner - Use GST_LOADING_WHITELIST so that only core plugins are used Bump meson requirement to 0.35
14 lines
398 B
Meson
14 lines
398 B
Meson
gst_plugin_scanner = executable('gst-plugin-scanner',
|
|
'gst-plugin-scanner.c',
|
|
c_args : gst_c_args,
|
|
include_directories : [configinc],
|
|
dependencies : [gobject_dep, gmodule_dep, glib_dep, mathlib, gst_dep],
|
|
link_with : [printf_lib],
|
|
install_dir : helpers_install_dir,
|
|
install: true,
|
|
)
|
|
|
|
gst_scanner_dir = meson.current_build_dir()
|
|
|
|
# FIXME: gst-ptp-helper
|
|
# FIXME: gst-completion-helper
|