mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 14:51:30 +00:00
Initial work for depacketizer
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
<ClCompile Include="Config.cpp" />
|
||||
<ClCompile Include="ControlStream.cpp" />
|
||||
<ClCompile Include="Handshake.cpp" />
|
||||
<ClCompile Include="LinkedBlockingQueue.cpp" />
|
||||
<ClCompile Include="PlatformSockets.cpp" />
|
||||
<ClCompile Include="PlatformThreads.cpp" />
|
||||
<ClCompile Include="VideoDepacketizer.cpp" />
|
||||
@@ -85,6 +86,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="ByteBuffer.h" />
|
||||
<ClInclude Include="Limelight.h" />
|
||||
<ClInclude Include="LinkedBlockingQueue.h" />
|
||||
<ClInclude Include="Platform.h" />
|
||||
<ClInclude Include="PlatformSockets.h" />
|
||||
<ClInclude Include="PlatformThreads.h" />
|
||||
|
||||
Reference in New Issue
Block a user