mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
6f18aadd6b
Original commit message from CVS: reverting rtp patches to fix freeze break on -base as explained on the list
15 lines
530 B
Makefile
15 lines
530 B
Makefile
libgstrtpincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtp
|
|
|
|
libgstrtpinclude_HEADERS = gstrtpbuffer.h \
|
|
gstbasertppayload.h \
|
|
gstbasertpdepayload.h
|
|
|
|
lib_LTLIBRARIES = libgstrtp-@GST_MAJORMINOR@.la
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
|
|
gstbasertppayload.c \
|
|
gstbasertpdepayload.c
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|