mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
check: Really fix the linking order of libs/tag
Follow-up to commit 5f5c52c
, which only fixed the CFLAGS order.
Fix the linker order as well.
This commit is contained in:
parent
e8f5b3a579
commit
83679ef8f8
1 changed files with 2 additions and 2 deletions
|
@ -290,8 +290,8 @@ libs_tag_CFLAGS = \
|
|||
$(GST_BASE_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
libs_tag_LDADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD)
|
||||
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
|
||||
$(GST_BASE_LIBS) $(LDADD)
|
||||
|
||||
libs_pbutils_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue