diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2015-12-07 22:55:35 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2015-12-29 06:50:28 +0100 |
commit | 1e3e762e00bd5fbfaaab9880b23516e3cd563fb4 (patch) | |
tree | db0c1a0ce8d8284b98c3a057b86914d606a3ac6c /project | |
parent | d6685863c4967744cda4773346df3932c83b14e5 (diff) |
VideoPlayer: remove player selection from api and drop DummyVideoPlayer
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index dacdb6ceec..ea3b605be2 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1632,7 +1632,6 @@ <ClCompile Include="..\..\xbmc\win32\Win32DelayedDllLoad.cpp" /> <ClCompile Include="..\..\xbmc\win32\WIN32Util.cpp" /> <ClCompile Include="..\..\xbmc\win32\WindowHelper.cpp" /> - <ClCompile Include="..\..\xbmc\cores\DummyVideoPlayer.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDAudio.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDClock.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxSPU.cpp" /> @@ -2269,7 +2268,6 @@ <ClInclude Include="..\..\xbmc\win32\stdio_utf8.h" /> <ClInclude Include="..\..\xbmc\win32\WIN32Util.h" /> <ClInclude Include="..\..\xbmc\win32\WindowHelper.h" /> - <ClInclude Include="..\..\xbmc\cores\DummyVideoPlayer.h" /> <ClInclude Include="..\..\xbmc\cores\IPlayer.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDAudio.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDClock.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 24f2691f34..5db3f60d9e 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -393,9 +393,6 @@ <ClCompile Include="..\..\xbmc\win32\WindowHelper.cpp"> <Filter>win32</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\cores\DummyVideoPlayer.cpp"> - <Filter>cores</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDAudio.cpp"> <Filter>cores\VideoPlayer</Filter> </ClCompile> @@ -3269,9 +3266,6 @@ <ClInclude Include="..\..\xbmc\win32\WindowHelper.h"> <Filter>win32</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\DummyVideoPlayer.h"> - <Filter>cores</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\IPlayer.h"> <Filter>cores</Filter> </ClInclude> |