mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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,
|
dependencies : [gst_dep, glib_dep, gio_dep, gmodule_dep,
|
||||||
gst_pbutils_dep, mathlib, json_dep])
|
gst_pbutils_dep, mathlib, json_dep])
|
||||||
|
|
||||||
gstvalidate = shared_library('gstvalidateplugin',
|
gstvalidateplugin = shared_library('gstvalidateplugin',
|
||||||
sources: gstvalidate_sources,
|
sources: gstvalidate_sources,
|
||||||
include_directories : [inc_dirs],
|
include_directories : [inc_dirs],
|
||||||
install: true,
|
install: true,
|
||||||
|
|
Loading…
Reference in a new issue