mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
bindings: don't link to libges four times
And even less different versions of it.
This commit is contained in:
parent
2162c635e2
commit
7c80521e0b
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ ges_la_LDFLAGS = -export-symbols-regex "^(initges|_PyGObject_API).*" \
|
|||
-module -avoid-version $(GST_PLUGIN_LDFLAGS)
|
||||
ges_la_LIBADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
||||
-lges-@GST_MAJORMINOR@ -lges-@GST_MAJORMINOR@ \
|
||||
-lges-@GST_MAJORMINOR@ $(GST_LIBS) $(LIBM)
|
||||
$(GST_LIBS) $(PYGST_LIBS) $(LIBM)
|
||||
ges_la_SOURCES = gesmodule.c
|
||||
nodist_ges_la_SOURCES = ges.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue