diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-06 08:07:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-06 08:07:56 +0100 |
commit | 0f900a2b4d7707dddeddadd62ac5a109aed93e7e (patch) | |
tree | c7b125951de8d4e6ee045449d03b3772e84f8bac /msvc/liblrtp.vcxproj | |
parent | 06cd551da9405a220b170ffaf77d6554cbace69d (diff) |
Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame.
Diffstat (limited to 'msvc/liblrtp.vcxproj')
-rw-r--r-- | msvc/liblrtp.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/liblrtp.vcxproj b/msvc/liblrtp.vcxproj index 6e6b20f..7e7e78b 100644 --- a/msvc/liblrtp.vcxproj +++ b/msvc/liblrtp.vcxproj @@ -101,6 +101,8 @@ <ClCompile Include="..\src\rtp_profile_amrwb.cc" />
<ClCompile Include="..\src\rtp_profile_opus.cc" />
<ClCompile Include="..\src\rtp_profile_raw.cc" />
+ <ClCompile Include="..\src\rtp_profile_jpeg.cc" />
+ <ClCompile Include="..\src\rtp_profile_l16.cc" />
<ClCompile Include="..\src\srtp.cc" />
</ItemGroup>
<ItemGroup>
|