mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 06:41:06 +00:00
Add RTSP parser to project
This commit is contained in:
@@ -136,6 +136,7 @@
|
|||||||
<ClCompile Include="PlatformSockets.c" />
|
<ClCompile Include="PlatformSockets.c" />
|
||||||
<ClCompile Include="PlatformThreads.c" />
|
<ClCompile Include="PlatformThreads.c" />
|
||||||
<ClCompile Include="RtspConnection.c" />
|
<ClCompile Include="RtspConnection.c" />
|
||||||
|
<ClCompile Include="RtspParser.c" />
|
||||||
<ClCompile Include="SdpGenerator.c" />
|
<ClCompile Include="SdpGenerator.c" />
|
||||||
<ClCompile Include="VideoDepacketizer.c" />
|
<ClCompile Include="VideoDepacketizer.c" />
|
||||||
<ClCompile Include="VideoStream.c" />
|
<ClCompile Include="VideoStream.c" />
|
||||||
|
|||||||
@@ -51,6 +51,9 @@
|
|||||||
<ClCompile Include="RtspConnection.c">
|
<ClCompile Include="RtspConnection.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="RtspParser.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="PlatformSockets.h">
|
<ClInclude Include="PlatformSockets.h">
|
||||||
|
|||||||
Reference in New Issue
Block a user