mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-14 11:46:26 +00:00
Add RTSP parser to project
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user