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/VS2008Express | |
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/VS2008Express')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 12 |
1 files changed, 12 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> |