summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:07:56 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:07:56 +0100
commit0f900a2b4d7707dddeddadd62ac5a109aed93e7e (patch)
treec7b125951de8d4e6ee045449d03b3772e84f8bac /src/Makefile.am
parent06cd551da9405a220b170ffaf77d6554cbace69d (diff)
Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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