Add RTSP parser to project

This commit is contained in:
Cameron Gutman 2014-08-17 17:32:30 -07:00
parent f3ad65c009
commit b497b342b6
2 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@
<ClCompile Include="PlatformSockets.c" />
<ClCompile Include="PlatformThreads.c" />
<ClCompile Include="RtspConnection.c" />
<ClCompile Include="RtspParser.c" />
<ClCompile Include="SdpGenerator.c" />
<ClCompile Include="VideoDepacketizer.c" />
<ClCompile Include="VideoStream.c" />

View File

@ -51,6 +51,9 @@
<ClCompile Include="RtspConnection.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="RtspParser.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="PlatformSockets.h">