mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Add RTSP parser to project
This commit is contained in:
parent
f3ad65c009
commit
b497b342b6
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user