mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
basecamerabinsrc: fix libs order in Makefile.am
This commit is contained in:
parent
124c6d8259
commit
c78223fc9c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_CFLAGS = \
|
|||
$(GST_CFLAGS)
|
||||
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR)
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue