mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
ges: Link ges plugin to libgstpbutils
/usr/bin/ld: .libs/libgstges_la-gesdemux.o: in function `ges_timeline_new_from_uri_from_main_thread': ./plugins/ges/gesdemux.c:279: undefined reference to `gst_discoverer_new' /usr/bin/ld: ./plugins/ges/gesdemux.c:288: undefined reference to `gst_discoverer_start'
This commit is contained in:
parent
7515eebb1a
commit
f6efb87a78
1 changed files with 2 additions and 0 deletions
|
@ -6,11 +6,13 @@ libgstges_la_SOURCES = \
|
||||||
gesdemux.c
|
gesdemux.c
|
||||||
|
|
||||||
libgstges_la_CFLAGS = -I$(top_srcdir) \
|
libgstges_la_CFLAGS = -I$(top_srcdir) \
|
||||||
|
$(GST_PBUTILS_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
||||||
libgstges_la_LIBADD = \
|
libgstges_la_LIBADD = \
|
||||||
$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
||||||
|
$(GST_PBUTILS_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue