diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2013-10-31 23:29:28 -0700 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2013-10-31 23:29:28 -0700 |
commit | c9df5c3a88b5e513e790b127b8d064b004463765 (patch) | |
tree | c12bc7f2425775c6a66147f8a75f5b155590f493 /project | |
parent | 64ef7b9a36627ffd7b37dff32a8e8f1389cf6d7b (diff) | |
parent | dff3ebdb077528cb293760c559eb2e74de47ade4 (diff) |
Merge pull request #3455 from FernetMenta/audiopage
new audio settings
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 6 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 18 |
2 files changed, 0 insertions, 24 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index e90b2968c7..390e06993a 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -393,9 +393,6 @@ <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESink.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESound.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAEStream.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkDirectSound.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkNULL.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkProfiler.cpp" /> @@ -1055,9 +1052,6 @@ <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESink.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESound.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAEStream.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AE.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AEEncoder.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AESink.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 570fb6f160..74e82c44ac 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2316,15 +2316,6 @@ <ClCompile Include="..\..\xbmc\cores\AudioEngine\AESinkFactory.cpp"> <Filter>cores\AudioEngine</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkDirectSound.cpp"> <Filter>cores\AudioEngine\Sinks</Filter> </ClCompile> @@ -5377,15 +5368,6 @@ <ClInclude Include="..\..\xbmc\cores\AudioEngine\AESinkFactory.h"> <Filter>cores\AudioEngine</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AE.h"> <Filter>cores\AudioEngine\Interfaces</Filter> </ClInclude> |