mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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) \
|
||||
$(ACCURIP_CFLAGS)
|
||||
libgstaccurip_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION)
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(ACCURIP_LIBS)
|
||||
libgstaccurip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue