rtpsession: Call on-new-ssrc earlier
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / Makefile.am
1 plugin_LTLIBRARIES = libgstrtpmanager.la
2
3 libgstrtpmanager_la_SOURCES = gstrtpmanager.c \
4                               gstrtpbin.c \
5                               gstrtpdtmfmux.c \
6                               gstrtpjitterbuffer.c \
7                               gstrtpmux.c \
8                               gstrtpptdemux.c \
9                               gstrtprtxqueue.c \
10                               gstrtprtxreceive.c \
11                               gstrtprtxsend.c \
12                               gstrtpssrcdemux.c \
13                               rtpjitterbuffer.c      \
14                               rtpsession.c      \
15                               rtpsource.c      \
16                               rtpstats.c      \
17                               gstrtpsession.c \
18                               gstrtpfunnel.c
19
20 noinst_HEADERS = gstrtpbin.h \
21                  gstrtpdtmfmux.h \
22                  gstrtpjitterbuffer.h \
23                  gstrtpmux.h \
24                  gstrtpptdemux.h \
25                  gstrtpssrcdemux.h \
26                  gstrtprtxqueue.h \
27                  gstrtprtxreceive.h \
28                  gstrtprtxsend.h \
29                  rtpjitterbuffer.h \
30                  rtpsession.h  \
31                  rtpsource.h  \
32                  rtpstats.h  \
33                  gstrtpsession.h \
34                  gstrtpfunnel.h
35
36
37 libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
38         $(GST_NET_CFLAGS) $(WARNING_CFLAGS) $(ERROR_CFLAGS)
39 libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
40         $(GST_NET_LIBS) -lgstrtp-@GST_API_VERSION@ \
41         $(GST_BASE_LIBS) $(GST_LIBS)
42 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)