mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 16:55:23 +00:00
dc0610faff
Original commit message from CVS: * gst-libs/gst/rtp * gst-libs/gst/rtp/gstbasertpdepayload.c * gst-libs/gst/rtp/gstbasertpdepayload.h * gst-libs/gst/rtp/gstrtpbuffer.c * gst-libs/gst/rtp/gstrtpbuffer.h * gst-libs/gst/rtp/Makefile.am * gst-libs/gst/rtp/README Support libs for RTP. Basicaly this add a GstRTPBuffer (extended GstBuffer) and a Depayloader Base class that shall be used by payload specific depayloaders.
29 lines
300 B
Makefile
29 lines
300 B
Makefile
if USE_GCONF
|
|
GCONF_DIR = gconf
|
|
else
|
|
GCONF_DIR =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
audio \
|
|
floatcast \
|
|
$(GCONF_DIR) \
|
|
interfaces \
|
|
net \
|
|
riff \
|
|
rtp \
|
|
tag \
|
|
video
|
|
|
|
DIST_SUBDIRS = \
|
|
audio \
|
|
floatcast \
|
|
gconf \
|
|
interfaces \
|
|
net \
|
|
riff \
|
|
rtp \
|
|
tag \
|
|
video
|
|
|
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|