mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
realmedia: fix LIBS order in Makefile
This commit is contained in:
parent
979787e988
commit
d128f5fab1
1 changed files with 6 additions and 3 deletions
|
@ -7,9 +7,12 @@ libgstrmdemux_la_SOURCES = rademux.c rmdemux.c \
|
||||||
pnmsrc.c realmedia.c
|
pnmsrc.c realmedia.c
|
||||||
|
|
||||||
|
|
||||||
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
|
libgstrmdemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
|
libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstrtsp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ -lgstpbutils-@GST_MAJORMINOR@
|
-lgstrtsp-@GST_MAJORMINOR@ \
|
||||||
|
-lgstsdp-@GST_MAJORMINOR@ \
|
||||||
|
-lgstpbutils-@GST_MAJORMINOR@ \
|
||||||
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrmdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstrmdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue