mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
2667081654
This header file no longer exist.
16 lines
388 B
Makefile
16 lines
388 B
Makefile
plugin_LTLIBRARIES = libgstrtpmanagerbad.la
|
|
|
|
libgstrtpmanagerbad_la_SOURCES = \
|
|
gstrtp-utils.c \
|
|
gstrtpsink.c \
|
|
gstrtpsrc.c \
|
|
plugin.c
|
|
|
|
libgstrtpmanagerbad_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstrtpmanagerbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstrtpmanagerbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstrtp-utils.h \
|
|
gstrtpsink.h \
|
|
gstrtpsrc.h
|