imperxflex,extractcolor,niimaq: change plugin name to match module

Some newer version of GStreamer requires the plugin name used in
GST_PLUGIN_DEFINE to match the name of the compiled module, excluding
libgst and the extension.
This commit is contained in:
Joshua M. Doe
2019-10-02 09:06:01 -04:00
parent fb9072bc8b
commit 54f9df72b7
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ set (HEADERS
include_directories (AFTER
${NIIMAQ_INCLUDE_DIR})
set (libname libgstimaq)
set (libname libgstniimaq)
add_library (${libname} MODULE
${SOURCES}