Skip to content

Commit 53281fa

Browse files
committed
Revert "Не используем MFC." (commit d430311).
По неизвестной причине отлючение из зависимостей MFC влияет на частоту воспроизведения DVD-Video (часто воспроизводилось с частотой 9,99 fps). Дополнительно смотрите commit b3a84c9 и commit 3316178.
1 parent d430311 commit 53281fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MpcVideoRenderer.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Import Project="$(SolutionDir)\platform.props" />
2929
<PropertyGroup Label="Configuration">
3030
<ConfigurationType>DynamicLibrary</ConfigurationType>
31-
<UseOfMfc>false</UseOfMfc>
31+
<UseOfMfc>Static</UseOfMfc>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)