mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
rtpmanager: It's GST_LIBS, not GST_LIBS_LIBS
This commit is contained in:
parent
faa664b8ea
commit
95dc198563
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||||
$(GST_NET_CFLAGS) $(WARNING_CFLAGS) $(ERROR_CFLAGS)
|
$(GST_NET_CFLAGS) $(WARNING_CFLAGS) $(ERROR_CFLAGS)
|
||||||
libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
$(GST_NET_LIBS) -lgstrtp-@GST_API_VERSION@ \
|
$(GST_NET_LIBS) -lgstrtp-@GST_API_VERSION@ \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrtpmanager_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstrtpmanager_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue