mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
linsys: Link with libgstbase for basesink/basesrc
And remove empty and unused variables.
This commit is contained in:
parent
8ef0268b9c
commit
224bb96a53
1 changed files with 3 additions and 5 deletions
|
@ -18,11 +18,9 @@ noinst_HEADERS = \
|
|||
|
||||
libgstlinsys_la_CFLAGS = \
|
||||
-I$(srcdir)/include \
|
||||
$(EWGST_CFLAGS) \
|
||||
$(GST_BASE_PLUGINS_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
libgstlinsys_la_LDFLAGS = \
|
||||
$(GST_PLUGIN_LDFLAGS) \
|
||||
$(GST_LDFLAGS)
|
||||
libgstlinsys_la_LIBADD = $(GST_VIDEO_LIBS) $(GST_LIBS)
|
||||
$(GST_PLUGIN_LDFLAGS)
|
||||
libgstlinsys_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue