diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-17 01:17:26 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-17 01:17:26 +0000 |
commit | a25b25e03526fe8efce324decfa0d81d60b4fbc3 (patch) | |
tree | fec19446363ec43e80cdd3754f9b3a0f45657560 /project | |
parent | bb24a2b8c51b188a683a0cc5cbd2a44703001317 (diff) |
added: Ticket #9132 - FLAC encoder for Rip Audio CD, thanks to mvladic
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30236 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 12 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index 5760003959..b38157b761 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -6784,6 +6784,10 @@ > </File> <File + RelativePath="..\..\xbmc\cdrip\DllFlacEnc.h" + > + </File> + <File RelativePath="..\..\xbmc\cdrip\DllLameenc.h" > </File> @@ -6808,6 +6812,14 @@ > </File> <File + RelativePath="..\..\xbmc\cdrip\EncoderFlac.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\cdrip\EncoderFlac.h" + > + </File> + <File RelativePath="..\..\xbmc\cdrip\EncoderLame.cpp" > </File> diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 06ff852ef2..5a43884d1c 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -984,6 +984,7 @@ <ClCompile Include="..\..\xbmc\cdrip\CDDAReader.cpp" />
<ClCompile Include="..\..\xbmc\cdrip\CDDARipper.cpp" />
<ClCompile Include="..\..\xbmc\cdrip\Encoder.cpp" />
+ <ClCompile Include="..\..\xbmc\cdrip\EncoderFlac.cpp" />
<ClCompile Include="..\..\xbmc\cdrip\EncoderLame.cpp" />
<ClCompile Include="..\..\xbmc\cdrip\EncoderVorbis.cpp" />
<ClCompile Include="..\..\xbmc\cdrip\EncoderWav.cpp" />
@@ -1767,10 +1768,12 @@ <ClInclude Include="..\..\xbmc\cdrip\CDDAReader.h" />
<ClInclude Include="..\..\xbmc\cdrip\CDDARipper.h" />
<ClInclude Include="..\..\xbmc\cdrip\DllLameenc.h" />
+ <ClInclude Include="..\..\xbmc\cdrip\DllFlacEnc.h" />
<ClInclude Include="..\..\xbmc\cdrip\DllOgg.h" />
<ClInclude Include="..\..\xbmc\cdrip\DllVorbis.h" />
<ClInclude Include="..\..\xbmc\cdrip\DllVorbisEnc.h" />
<ClInclude Include="..\..\xbmc\cdrip\Encoder.h" />
+ <ClInclude Include="..\..\xbmc\cdrip\EncoderFlac.h" />
<ClInclude Include="..\..\xbmc\cdrip\EncoderLame.h" />
<ClInclude Include="..\..\xbmc\cdrip\EncoderVorbis.h" />
<ClInclude Include="..\..\xbmc\cdrip\EncoderWav.h" />
|