Explicit dependency on libvideo.

Back out r6960 for now. The wxGLCanvas may need to be persistent
and owned by DolphinWX in the rendertomain case.

Disambiguate SWVideoConfig.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6962 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-01-29 06:26:03 +00:00
parent 45024133e2
commit 9b3920d1a9
20 changed files with 30 additions and 26 deletions

View File

@ -193,7 +193,7 @@
<ClCompile Include="Src\TransformUnit.cpp" />
<ClCompile Include="Src\VertexFormatConverter.cpp" />
<ClCompile Include="Src\VertexLoader.cpp" />
<ClCompile Include="Src\VideoConfig.cpp" />
<ClCompile Include="Src\SWVideoConfig.cpp" />
<ClCompile Include="Src\VideoConfigDialog.cpp" />
<ClCompile Include="Src\Win32.cpp" />
<ClCompile Include="Src\XFMemLoader.cpp" />
@ -226,7 +226,7 @@
<ClInclude Include="Src\VertexFormatConverter.h" />
<ClInclude Include="Src\VertexLoader.h" />
<ClInclude Include="Src\VertexLoader_Position.h" />
<ClInclude Include="Src\VideoConfig.h" />
<ClInclude Include="Src\SWVideoConfig.h" />
<ClInclude Include="Src\VideoConfigDialog.h" />
<ClInclude Include="Src\Win32.h" />
<ClInclude Include="Src\XFMemLoader.h" />
@ -251,4 +251,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>