mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Fix building the tracer
It fails on some platforms, I guess this is the reason
This commit is contained in:
parent
8ef1050d1e
commit
823c9ca834
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ libgstvalidate_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VE
|
||||||
|
|
||||||
# GstValidate GStreamer plugin
|
# GstValidate GStreamer plugin
|
||||||
plugin_LTLIBRARIES = libgstvalidatetracer.la
|
plugin_LTLIBRARIES = libgstvalidatetracer.la
|
||||||
|
nodist_libgstvalidatetracer_la_SOURCES = $(built_source_make)
|
||||||
libgstvalidatetracer_la_SOURCES = $(source_c)
|
libgstvalidatetracer_la_SOURCES = $(source_c)
|
||||||
libgstvalidatetracer_la_CFLAGS = $(GST_ALL_CFLAGS)\
|
libgstvalidatetracer_la_CFLAGS = $(GST_ALL_CFLAGS)\
|
||||||
$(JSON_GLIB_CFLAGS) $(GIO_CFLAGS) $(GST_PBUTILS_CFLAGS) \
|
$(JSON_GLIB_CFLAGS) $(GIO_CFLAGS) $(GST_PBUTILS_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue