build: consistently have libgst prefix on all plugins
Before this, on Linux there'd be a liblibgst prefix
This commit is contained in:
@@ -9,7 +9,7 @@ include_directories (AFTER
|
||||
${PROJECT_SOURCE_DIR}/common
|
||||
)
|
||||
|
||||
set (libname libgstvideoadjust)
|
||||
set (libname gstvideoadjust)
|
||||
|
||||
add_library (${libname} MODULE
|
||||
${SOURCES}
|
||||
|
||||
Reference in New Issue
Block a user