mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
tests: fix LDADD order for insertbin test
This commit is contained in:
parent
1e2744bb70
commit
0593b19fa2
1 changed files with 2 additions and 2 deletions
|
@ -393,8 +393,8 @@ pipelines_streamheader_CFLAGS = $(GIO_CFLAGS) $(AM_CFLAGS)
|
||||||
pipelines_streamheader_LDADD = $(GIO_LIBS) $(LDADD)
|
pipelines_streamheader_LDADD = $(GIO_LIBS) $(LDADD)
|
||||||
|
|
||||||
libs_insertbin_LDADD = \
|
libs_insertbin_LDADD = \
|
||||||
$(GST_PLUGINS_BAD_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) \
|
$(top_builddir)/gst-libs/gst/insertbin/libgstinsertbin-@GST_API_VERSION@.la \
|
||||||
$(top_builddir)/gst-libs/gst/insertbin/libgstinsertbin-@GST_API_VERSION@.la
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
|
||||||
libs_insertbin_CFLAGS = \
|
libs_insertbin_CFLAGS = \
|
||||||
$(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
|
$(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue