From 0f900a2b4d7707dddeddadd62ac5a109aed93e7e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2014 08:07:56 +0100 Subject: Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 15a201f..feafb93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,9 @@ liblrtp_la_SOURCES = \ srtp.cc \ rtp_profile_amrwb.cc \ rtp_profile_opus.cc \ + rtp_profile_l16.cc \ rtp_profile_raw.cc \ + rtp_profile_jpeg.cc \ asc2bin.cc include_HEADERS = \ @@ -20,7 +22,9 @@ include_HEADERS = \ EXTRA_DIST = \ rtp_profile_amrwb.h \ rtp_profile_opus.h \ + rtp_profile_l16.h \ rtp_profile_raw.h \ + rtp_profile_jpeg.h \ rtp.h \ srtp.h \ asc2bin.h -- cgit v1.2.3