projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1242a
)
sctp: Create plugin with $(GST_PLUGIN_LDFLAGS)
author
Sebastian Dröge
<sebastian@centricular.com>
Fri, 12 Apr 2019 07:22:56 +0000
(10:22 +0300)
committer
Sebastian Dröge
<slomo@coaxion.net>
Fri, 12 Apr 2019 07:24:08 +0000
(07:24 +0000)
Otherwise we don't create a plugin but a proper shared library with
version information, i.e. libgstsctp.so.0.0.0.
ext/sctp/Makefile.am
patch
|
blob
|
history
diff --git
a/ext/sctp/Makefile.am
b/ext/sctp/Makefile.am
index 7f535ee69dc49fe4e3aaa5975e6c3096d1e934a1..957ee6a93d13298bcf1692bbb5d7fb1c8394468e 100644
(file)
--- a/
ext/sctp/Makefile.am
+++ b/
ext/sctp/Makefile.am
@@
-14,6
+14,7
@@
libgstsctp_la_CFLAGS = \
-I$(top_srcdir)/gst-libs
libgstsctp_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(USRSCTP_LIBS) $(top_builddir)/gst-libs/gst/sctp/libgstsctp-1.0.la
+libgstsctp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
sctpassociation.h \