aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorace20022 <ace20022@ymail.com>2016-03-04 17:50:21 +0100
committerace20022 <ace20022@ymail.com>2016-03-11 09:19:14 +0100
commit0ed08f64996f43bc46c6d1ee677cd23a79476c54 (patch)
tree5ac5e9a9479ea391ba3b2a988a85d9cd73c41c2b /project/VS2010Express
parent351143a7f74298dbbe0b1e7f8c06ae150f17efb1 (diff)
[videoplayer] Add InputStreamMultiSource to open/handle input streams from multiple sources (at once).
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj3
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters9
2 files changed, 12 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index c2f6d9c1c0..bc8badca65 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -283,6 +283,7 @@
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCDDA.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxClient.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamBluray.cpp" />
+ <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamPVRManager.cpp" />
<ClCompile Include="..\..\xbmc\cores\FFmpeg.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.cpp" />
@@ -1014,6 +1015,8 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCDDA.h" />
<ClInclude Include="..\..\xbmc\cores\FFmpeg.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxClient.h" />
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.h" />
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiStreams.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxPacket.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\BaseRenderer.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index f873a8c641..6d5332ed91 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -3304,6 +3304,9 @@
<ClCompile Include="..\..\xbmc\addons\binary\interfaces\api1\Addon\AddonCallbacksAddon.cpp">
<Filter>addons\binary\interfaces\api1\Addon</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.cpp">
+ <Filter>cores\VideoPlayer\DVDInputStreams</Filter>
+ </ClCompile>
<ClCompile Include="..\..\xbmc\addons\binary\interfaces\api1\AudioDSP\AddonCallbacksAudioDSP.cpp">
<Filter>addons\binary\interfaces\api1\AudioDSP</Filter>
</ClCompile>
@@ -6341,6 +6344,9 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.h">
<Filter>cores\Process</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.h">
+ <Filter>cores\VideoPlayer\DVDInputStreams</Filter>
+ </ClInclude>
<ClInclude Include="..\..\xbmc\addons\kodi-addon-dev-kit\include\kodi\kodi_adsp_dll.h">
<Filter>addons\include</Filter>
</ClInclude>
@@ -6413,6 +6419,9 @@
<ClInclude Include="..\..\xbmc\addons\binary\interfaces\api1\AudioDSP\AddonCallbacksAudioDSP.h">
<Filter>addons\binary\interfaces\api1\AudioDSP</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiStreams.h">
+ <Filter>cores\VideoPlayer\DVDInputStreams</Filter>
+ </ClInclude>
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxPacket.h">
<Filter>cores\VideoPlayer\DVDDemuxers</Filter>
</ClInclude>