aboutsummaryrefslogtreecommitdiff
path: root/project/VS2008Express/XBMC.vcproj
diff options
context:
space:
mode:
authorwiso <wiso@svn>2009-12-27 16:45:50 +0000
committerwiso <wiso@svn>2009-12-27 16:45:50 +0000
commit3a2aef5897e12786fdee1c0b91ad2c757455e303 (patch)
tree4190ab76aefa6d716a013483b2386374836567dd /project/VS2008Express/XBMC.vcproj
parenteaf6e356e421e940c4691dbc68c558ce0a585605 (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.vcproj16
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"