mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
accurip: fix linker flags
Spotted by Rico Tzschichholz.
This commit is contained in:
parent
0b3e0ed080
commit
acd20a7960
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ libgstaccurip_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||||
$(ACCURIP_CFLAGS)
|
$(ACCURIP_CFLAGS)
|
||||||
libgstaccurip_la_LIBADD = \
|
libgstaccurip_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION)
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||||
$(ACCURIP_LIBS)
|
$(ACCURIP_LIBS)
|
||||||
libgstaccurip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstaccurip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue