Skip to content

Commit

Permalink
[win32] fix "Debug Testsuite" target compilation of DVDCodecs' cc_dec…
Browse files Browse the repository at this point in the history
…oder
  • Loading branch information
Montellese committed Dec 28, 2014
1 parent a52f69a commit 84eba3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/VS2010Express/XBMC.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Overlay\contrib\cc_decoder.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Overlay\contrib\cc_decoder708.cpp" />
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodec.cpp" />
Expand Down

0 comments on commit 84eba3f

Please sign in to comment.