mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
77683331e1
Original commit message from CVS: * gst-libs/gst/rtp/Makefile.am: The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
17 lines
661 B
Makefile
17 lines
661 B
Makefile
libgstrtpincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtp
|
|
|
|
libgstrtpinclude_HEADERS = gstrtpbuffer.h \
|
|
gstbasertpaudiopayload.h \
|
|
gstbasertppayload.h \
|
|
gstbasertpdepayload.h
|
|
|
|
lib_LTLIBRARIES = libgstrtp-@GST_MAJORMINOR@.la
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
|
|
gstbasertpaudiopayload.c \
|
|
gstbasertppayload.c \
|
|
gstbasertpdepayload.c
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|