mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
validate: meson: Do not mixup gstvalidate lib and tracer plugin
Even though it is mostly the same thing in the end
This commit is contained in:
parent
8bd0cb13e8
commit
612eaa4ad5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ gstvalidate = shared_library('gstvalidate-1.0',
|
|||
dependencies : [gst_dep, glib_dep, gio_dep, gmodule_dep,
|
||||
gst_pbutils_dep, mathlib, json_dep])
|
||||
|
||||
gstvalidate = shared_library('gstvalidateplugin',
|
||||
gstvalidateplugin = shared_library('gstvalidateplugin',
|
||||
sources: gstvalidate_sources,
|
||||
include_directories : [inc_dirs],
|
||||
install: true,
|
||||
|
|
Loading…
Reference in a new issue