mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
88b4ce9fc0
- Add meson build definitions - Add necessary API decorators
20 lines
502 B
Makefile
20 lines
502 B
Makefile
lib_LTLIBRARIES = libgstsctp-1.0.la
|
|
|
|
libgstsctp_1_0_la_SOURCES = \
|
|
sctpsendmeta.c \
|
|
sctpreceivemeta.c
|
|
|
|
libgstsctp_1_0_la_CFLAGS = \
|
|
-I$(top_srcdir)/gst-libs \
|
|
-I$(top_builddir)/gst-libs \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
|
|
libgstsctp_1_0_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
|
|
libgstsctp_1_0_includedir = $(includedir)/gstreamer-1.0/gst/sctp
|
|
libgstsctp_1_0_include_HEADERS = \
|
|
sctpsendmeta.h \
|
|
sctpreceivemeta.h \
|
|
sctp-prelude.h
|