mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
autotools: gstsctp: set LDFLAGS
This fixes the mingw build which failed because of "-no-undefined" missing.
This commit is contained in:
parent
6354769d89
commit
3a5bcfc593
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ libgstsctp_1_0_la_CFLAGS = \
|
|||
|
||||
libgstsctp_1_0_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
|
||||
libgstsctp_1_0_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS)
|
||||
|
||||
libgstsctp_1_0_includedir = $(includedir)/gstreamer-1.0/gst/sctp
|
||||
libgstsctp_1_0_include_HEADERS = \
|
||||
sctpsendmeta.h \
|
||||
|
|
Loading…
Reference in a new issue