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:
@@ -7,7 +7,7 @@ set (HEADERS
|
||||
include_directories (AFTER
|
||||
${NIIMAQ_INCLUDE_DIR})
|
||||
|
||||
set (libname libgstimaq)
|
||||
set (libname libgstniimaq)
|
||||
|
||||
add_library (${libname} MODULE
|
||||
${SOURCES}
|
||||
|
||||
Reference in New Issue
Block a user