aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2015-09-11 22:50:02 +0200
committerRainer Hochecker <fernetmenta@online.de>2015-12-06 20:33:46 +0100
commit3407a329f219c7f7ac6480dae8975703e72ec75a (patch)
tree8e8e286517b7c2c5c2dbcc14305115db433bf877 /project
parent7f93a6ee3be656422c7efdc3396d3c9ddfabd52b (diff)
dvdplayer: you are dead, dont you come back anymore'
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj4
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
2 files changed, 6 insertions, 6 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 2ded595132..00a72e15d9 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1611,7 +1611,7 @@
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDMessageQueue.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayContainer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayRenderer.cpp" />
- <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDPlayerRadioRDS.cpp" />
+ <ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerSubtitle.cpp" />
@@ -2262,7 +2262,7 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDMessageQueue.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayContainer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayRenderer.h" />
- <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDPlayerRadioRDS.h" />
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerSubtitle.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 408dc2dd0d..9e4a08a700 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -417,8 +417,8 @@
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.cpp">
<Filter>cores\VideoPlayer</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDPlayerRadioRDS.cpp">
- <Filter>cores\dvdplayer</Filter>
+ <ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.cpp">
+ <Filter>cores\VideoPlayer</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerSubtitle.cpp">
<Filter>cores\VideoPlayer</Filter>
@@ -3281,8 +3281,8 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.h">
<Filter>cores\VideoPlayer</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDPlayerRadioRDS.h">
- <Filter>cores\dvdplayer</Filter>
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.h">
+ <Filter>cores\VideoPlayer</Filter>
</ClInclude>
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerSubtitle.h">
<Filter>cores\VideoPlayer</Filter>