mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
inputselector: fix the LDFLAGS
This commit is contained in:
parent
18bfd32a64
commit
f968ae6e72
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ plugin_LTLIBRARIES = libgstselector.la
|
|||
libgstselector_la_SOURCES = gstselector.c gstinputselector.c gstoutputselector.c
|
||||
nodist_libgstselector_la_SOURCES = $(built_sources)
|
||||
libgstselector_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstselector_la_LIBADD =
|
||||
libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstselector_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstselector_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstinputselector.h gstoutputselector.h
|
||||
|
|
Loading…
Reference in a new issue