diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c8a98564bd..4bc5d1cc76 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1976,6 +1976,7 @@ <ClCompile Include="..\..\xbmc\cdrip\CDDARipJob.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\CDDARipper.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\Encoder.cpp" /> + <ClCompile Include="..\..\xbmc\cdrip\EncoderFFmpeg.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\EncoderFlac.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\EncoderLame.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\EncoderVorbis.cpp" /> @@ -2774,6 +2775,7 @@ <ClInclude Include="..\..\xbmc\cdrip\DllVorbis.h" /> <ClInclude Include="..\..\xbmc\cdrip\DllVorbisEnc.h" /> <ClInclude Include="..\..\xbmc\cdrip\Encoder.h" /> + <ClInclude Include="..\..\xbmc\cdrip\EncoderFFmpeg.h" /> <ClInclude Include="..\..\xbmc\cdrip\EncoderFlac.h" /> <ClInclude Include="..\..\xbmc\cdrip\EncoderLame.h" /> <ClInclude Include="..\..\xbmc\cdrip\EncoderVorbis.h" /> |