Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2015-06-01 00:15:05 +0300
committerUnderground78 <underground78@users.sourceforge.net>2015-06-01 00:15:05 +0300
commit846eff07c13899dd7d3bf38251886b5263d41213 (patch)
tree9451569d7d9f03251eb2e385040af74d4a508ab2 /src/Subtitles/Subtitles.vcxproj
parent6fcba1bead7608fb480ab943ab9689bc66f4e009 (diff)
parente3f50f602e94794e29a17407e46b64b1ebb32232 (diff)
Merge branch 'release-1.7.9'1.7.9
Diffstat (limited to 'src/Subtitles/Subtitles.vcxproj')
-rw-r--r--src/Subtitles/Subtitles.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Subtitles/Subtitles.vcxproj b/src/Subtitles/Subtitles.vcxproj
index 2bf9badf4..4d64358d6 100644
--- a/src/Subtitles/Subtitles.vcxproj
+++ b/src/Subtitles/Subtitles.vcxproj
@@ -96,6 +96,7 @@
<ClCompile Include="CCDecoder.cpp" />
<ClCompile Include="CompositionObject.cpp" />
<ClCompile Include="DVBSub.cpp" />
+ <ClCompile Include="ColorConvTable.cpp" />
<ClCompile Include="SubtitleHelpers.cpp" />
<ClCompile Include="PGSSub.cpp" />
<ClCompile Include="Rasterizer.cpp" />
@@ -117,6 +118,7 @@
<ItemGroup>
<ClInclude Include="..\..\include\Utf8.h" />
<ClInclude Include="Ellipse.h" />
+ <ClInclude Include="ColorConvTable.h" />
<ClInclude Include="RenderingCache.h" />
<ClInclude Include="CCDecoder.h" />
<ClInclude Include="CompositionObject.h" />