aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2013-06-10 22:18:46 +0200
committerJoakim Plate <elupus@ecce.se>2013-08-01 16:55:47 +0200
commit039c7b693f2612f5ffea045471532ceb419bda87 (patch)
treeb3de9a28362c185195c4043a4ae1fb26e1959202 /project/VS2010Express/XBMC.vcxproj
parent14d3c2d25d8c5b5c5d0ffd3567a97ee5f2698cb6 (diff)
dvdplayer: factor out render flags from player
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index e06fb25bdc..eaee036940 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1910,6 +1910,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererUtil.cpp" />
+ <ClCompile Include="..\..\xbmc\cores\VideoRenderers\RenderFlags.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\RenderManager.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\WinRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.cpp" />
@@ -2724,6 +2725,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererUtil.h" />
+ <ClInclude Include="..\..\xbmc\cores\VideoRenderers\RenderFlags.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\RenderManager.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\WinRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.h" />