mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
check: Fix linking order of libs/tag
This commit is contained in:
parent
958cf91b85
commit
5f5c52cbc5
1 changed files with 1 additions and 1 deletions
|
@ -221,8 +221,8 @@ libs_rtp_LDADD = \
|
|||
$(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD)
|
||||
|
||||
libs_tag_CFLAGS = \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
libs_tag_LDADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue