diff options
author | wiso <wiso@svn> | 2010-02-25 19:53:09 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-02-25 19:53:09 +0000 |
commit | 6225bb16ea49008936c23af93dc6589f17a708ef (patch) | |
tree | d339cb8b56468d8264e5f4c713d15c653db1a3ec /project/VS2008Express | |
parent | ad3e4e8e0cd312c400132e3dda85f2ead10b5ab5 (diff) |
[WIN32] fixed: no sound in avi with 1channel (mono) mp3 #8774 (thanks again ArtVandelae)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28128 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index c49a6d0f1f..1d83f1f9e7 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="XBMC" ProjectGUID="{3A68081D-E8F9-4523-9436-530DE9E5530A}" RootNamespace="XBMC_PC" @@ -3270,6 +3270,14 @@ > </File> <File + RelativePath="..\..\xbmc\utils\PCMAmplifier.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\utils\PCMAmplifier.h" + > + </File> + <File RelativePath="..\..\xbmc\PowerManager.cpp" > </File> |