summaryrefslogtreecommitdiff
path: root/tests/rtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-05-22 16:23:20 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-06-19 12:52:52 -0400
commitf8b89f3ba9c2c4c52fb63ec416b512eeed944148 (patch)
tree0156e597cc23e47648357b61fd7c9569804e3fef /tests/rtp
parente578172583d202c7f8fc170260f87b42782ca0d6 (diff)
downloadfarstream-f8b89f3ba9c2c4c52fb63ec416b512eeed944148.tar.gz
Make the special codec negotiation use the codec associations
Diffstat (limited to 'tests/rtp')
-rw-r--r--tests/rtp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index 0608f5a9..92e5d3d1 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -6,7 +6,9 @@ codec_discovery_SOURCES = codec-discovery.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-codec-cache.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-special-source.c \
$(top_srcdir)/gst/fsrtpconference/fs-rtp-dtmf-event-source.c \
- $(top_srcdir)/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c \
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-codec-negotiation.c \
+ $(top_srcdir)/gst/fsrtpconference/fs-rtp-specific-nego.c
codec_discovery_CFLAGS = \
-I$(top_srcdir)/gst/fsrtpconference/ \
$(FS2_INTERNAL_CFLAGS) \