aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorfritsch <Peter.Fruehberger@gmail.com>2016-03-29 22:07:52 +0200
committerfritsch <Peter.Fruehberger@gmail.com>2016-03-31 10:50:59 +0200
commit81f402d097de8a51c98c7281f50d37195d14f185 (patch)
tree5c0056e4e298afcc76632d5d17fb2ef6f54f90f5 /project
parent627156f29024adf51a21a4e24317c422508d461f (diff)
FFmpegVideoDecoder: Trash entire class
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
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>