diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 924d1ba6bb..1cfe059387 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1359,7 +1359,6 @@ <ClInclude Include="..\..\xbmc\utils\win32\Win32InterfaceForCLog.h" /> <ClInclude Include="..\..\xbmc\utils\win32\Win32Log.h" /> <ClInclude Include="..\..\xbmc\utils\XSLTUtils.h" /> - <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\swig.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\XBPython.h" /> <ClInclude Include="..\..\xbmc\music\MusicDbUrl.h" /> @@ -1773,7 +1772,6 @@ <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoInfo.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoOSD.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoSettings.cpp" /> - <ClCompile Include="..\..\xbmc\video\FFmpegVideoDecoder.cpp" /> <ClCompile Include="..\..\xbmc\video\GUIViewStateVideo.cpp" /> <ClCompile Include="..\..\xbmc\video\Teletext.cpp" /> <ClCompile Include="..\..\xbmc\video\VideoDatabase.cpp" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 13d5fcaa28..f0960a93f2 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2617,9 +2617,6 @@ <ClCompile Include="..\..\xbmc\interfaces\python\PyContext.cpp"> <Filter>interfaces\python</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\video\FFmpegVideoDecoder.cpp"> - <Filter>video</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\view\GUIViewControl.cpp"> <Filter>view</Filter> </ClCompile> @@ -5718,9 +5715,6 @@ <ClInclude Include="..\..\xbmc\guilib\imagefactory.h"> <Filter>guilib</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h"> - <Filter>video</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\view\GUIViewControl.h"> <Filter>view</Filter> </ClInclude> @@ -6818,4 +6812,4 @@ <Filter>shaders</Filter> </FxCompile> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |