mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
8bf3d8cec2
Add a simple version check when starting the plugin-scanner so we can verify we're talking to one that talks the same language. First try a plugin-scanner in the installed path, then try one via the GST_PLUGIN_SCANNER env var if that doesn't work. Update the uninstalled script. Install the plugin-scanner to the libexec dir
6 lines
185 B
Makefile
6 lines
185 B
Makefile
helpers_PROGRAMS = plugin-scanner
|
|
helpersdir=$(libexecdir)
|
|
|
|
plugin_scanner_SOURCES = plugin-scanner.c
|
|
plugin_scanner_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
plugin_scanner_LDFLAGS = $(GST_OBJ_LIBS)
|