diff options
author | wiso <wiso@svn> | 2009-12-27 16:45:50 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2009-12-27 16:45:50 +0000 |
commit | 3a2aef5897e12786fdee1c0b91ad2c757455e303 (patch) | |
tree | 4190ab76aefa6d716a013483b2386374836567dd /project/VS2008Express/XBMC.vcproj | |
parent | eaf6e356e421e940c4691dbc68c558ce0a585605 (diff) |
[WIN32] added wasapi support #7406 (thanks ArtVandelae)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express/XBMC.vcproj')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index aae28efbc9..ba87a211d6 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -2090,6 +2090,14 @@ >
</File>
<File
+ RelativePath="..\..\xbmc\cores\AudioRenderers\Win32ChannelRemap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\xbmc\cores\AudioRenderers\Win32ChannelRemap.h"
+ >
+ </File>
+ <File
RelativePath="..\..\xbmc\cores\AudioRenderers\Win32DirectSound.cpp"
>
</File>
@@ -2097,6 +2105,14 @@ RelativePath="..\..\xbmc\cores\AudioRenderers\Win32DirectSound.h"
>
</File>
+ <File
+ RelativePath="..\..\xbmc\cores\AudioRenderers\Win32WASAPI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\xbmc\cores\AudioRenderers\Win32WASAPI.h"
+ >
+ </File>
</Filter>
<Filter
Name="ExternalPlayer"
|