build: consistently have libgst prefix on all plugins

Before this, on Linux there'd be a liblibgst prefix
This commit is contained in:
Joshua M. Doe
2020-04-14 15:30:46 -04:00
parent 6c87791b95
commit 4ebc6b8c77
26 changed files with 30 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ set (HEADERS
include_directories (AFTER
)
set (libname libgstbayerutils)
set (libname gstbayerutils)
add_library (${libname} MODULE
${SOURCES}

View File

@@ -8,7 +8,7 @@ set (HEADERS
include_directories (AFTER
${ORC_INCLUDE_DIR})
set (libname libgstextractcolor)
set (libname gstextractcolor)
add_library (${libname} MODULE
${SOURCES}

View File

@@ -12,7 +12,7 @@ include_directories (AFTER
${PROJECT_SOURCE_DIR}/gst-libs/klv
)
set (libname libgstklv)
set (libname gstklv)
add_library (${libname} MODULE
${SOURCES}
@@ -24,7 +24,7 @@ target_link_libraries (${libname}
${GSTREAMER_LIBRARY}
${GSTREAMER_BASE_LIBRARY}
${GSTREAMER_VIDEO_LIBRARY}
libgstklv-1.0-0)
gstklv-1.0-0)
set (pdbfile "${CMAKE_CURRENT_BINARY_DIR}/\${CMAKE_INSTALL_CONFIG_NAME}/${libname}.pdb")
install (FILES ${pdbfile} DESTINATION lib/gstreamer-1.0 COMPONENT pdb)

View File

@@ -11,7 +11,7 @@ set (HEADERS
include_directories (AFTER
${ORC_INCLUDE_DIR})
set (libname libgstmisb)
set (libname gstmisb)
add_library (${libname} MODULE
${SOURCES}

View File

@@ -8,7 +8,7 @@ set (HEADERS
include_directories (AFTER
${ORC_INCLUDE_DIR})
set (libname libgstselect)
set (libname gstselect)
add_library (${libname} MODULE
${SOURCES}

View File

@@ -9,7 +9,7 @@ include_directories (AFTER
${PROJECT_SOURCE_DIR}/common
)
set (libname libgstvideoadjust)
set (libname gstvideoadjust)
add_library (${libname} MODULE
${SOURCES}