Skip to content

Commit

Permalink
add mini h.264/vp8 parser to vs2010 project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Ying Huang committed Oct 18, 2013
1 parent 489de05 commit a0e46b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ga/vs2010/ga-client/ga-client.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@
<ClCompile Include="..\..\client\ctrl-sdl.cpp" />
<ClCompile Include="..\..\client\ga-client.cpp" />
<ClCompile Include="..\..\client\rtspclient.cpp" />
<ClCompile Include="..\..\client\minih264.cpp" />
<ClCompile Include="..\..\client\minivp8.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\client\ctrl-sdl.h" />
<ClInclude Include="..\..\client\rtspclient.h" />
<ClInclude Include="..\..\client\minih264.h" />
<ClInclude Include="..\..\client\minivp8.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit a0e46b6

Please sign in to comment.