aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2014-03-12 09:42:34 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2014-03-15 10:46:48 +1300
commit9c9e9b14bbe8788b4247ff8af6c8e05e5953463e (patch)
tree6082bf45ad2fb757208c4d71f12b314476005cf0 /project
parent08b45c8ad6d635649f797dba506ad3cc05f74004 (diff)
Merge pull request #4386 from FernetMenta/flac
paplayer: drop flac/wav decoder, use ffmpeg instead
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC for Windows.sln12
-rw-r--r--project/VS2010Express/XBMC.vcxproj7
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters21
3 files changed, 0 insertions, 40 deletions
diff --git a/project/VS2010Express/XBMC for Windows.sln b/project/VS2010Express/XBMC for Windows.sln
index 798e0b7bf4..b2d060849b 100644
--- a/project/VS2010Express/XBMC for Windows.sln
+++ b/project/VS2010Express/XBMC for Windows.sln
@@ -55,8 +55,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmad_dll", "..\..\lib\lib
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvgmstream_dll", "..\..\lib\vgmstream\win32\win32.vcxproj", "{3600E1C5-FECA-468C-83F3-FE467DBE2A66}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libadpcm_dll", "..\..\lib\xbadpcm\adpcm.vcxproj", "{2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}"
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libNoseFartXBMC_dll", "..\..\lib\nosefart\NoseFartXBMC.vcxproj", "{17238C64-04D6-4B51-B205-4A5A84ADB9FA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsidplay_dll", "..\..\lib\libsidplay2\libsidplay\win\VC\libsidplay.vcxproj", "{FB3AB83A-C37A-4636-87FD-827F8506A8FC}"
@@ -352,16 +350,6 @@ Global
{3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (DirectX)|Win32.Build.0 = Release|Win32
{3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
{3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (OpenGL)|Win32.Build.0 = Release|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug (DirectX)|Win32.ActiveCfg = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug (DirectX)|Win32.Build.0 = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug (OpenGL)|Win32.ActiveCfg = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug (OpenGL)|Win32.Build.0 = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Debug Testsuite|Win32.Build.0 = Debug|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Release (DirectX)|Win32.ActiveCfg = Release|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Release (DirectX)|Win32.Build.0 = Release|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
- {2A8CBFB5-C226-4BB3-8C03-7C75D511A4A2}.Release (OpenGL)|Win32.Build.0 = Release|Win32
{17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Debug (DirectX)|Win32.ActiveCfg = Debug|Win32
{17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Debug (DirectX)|Win32.Build.0 = Debug|Win32
{17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Debug (OpenGL)|Win32.ActiveCfg = Debug|Win32
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 0b1c0c62ad..c640130b51 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1785,12 +1785,10 @@
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleStream.cpp" />
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleTagMicroDVD.cpp" />
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleTagSami.cpp" />
- <ClCompile Include="..\..\xbmc\cores\paplayer\ADPCMCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\ASAPCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\AudioDecoder.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\CodecFactory.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.cpp" />
- <ClCompile Include="..\..\xbmc\cores\paplayer\FLACcodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\ModplugCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\MP3codec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\NSFCodec.cpp" />
@@ -1801,7 +1799,6 @@
<ClCompile Include="..\..\xbmc\cores\paplayer\SPCCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\TimidityCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\VGMCodec.cpp" />
- <ClCompile Include="..\..\xbmc\cores\paplayer\WAVcodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\YMCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\coff.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\dll.cpp" />
@@ -2596,20 +2593,17 @@
<ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleStream.h" />
<ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleTagMicroDVD.h" />
<ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleTagSami.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\ADPCMCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ASAPCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\AudioDecoder.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\CodecFactory.h" />
<ClInclude Include="..\..\lib\DllAdpcm.h" />
<ClInclude Include="..\..\lib\DllASAP.h" />
- <ClInclude Include="..\..\lib\DllLibFlac.h" />
<ClInclude Include="..\..\lib\DllNosefart.h" />
<ClInclude Include="..\..\lib\DllSidplay2.h" />
<ClInclude Include="..\..\lib\DllStSound.h" />
<ClInclude Include="..\..\lib\DllTimidity.h" />
<ClInclude Include="..\..\lib\DllVorbisfile.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\FLACcodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ICodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ModplugCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\MP3codec.h" />
@@ -2621,7 +2615,6 @@
<ClInclude Include="..\..\xbmc\cores\paplayer\SPCCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\TimidityCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\VGMCodec.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\WAVcodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\YMCodec.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\coff.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\coffldr.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 829f0531d7..b536eb3bb1 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -525,9 +525,6 @@
<ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleStream.cpp">
<Filter>cores\dvdplayer\DVDSubtitles</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\cores\paplayer\ADPCMCodec.cpp">
- <Filter>cores\paplayer</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\cores\paplayer\ASAPCodec.cpp">
<Filter>cores\paplayer</Filter>
</ClCompile>
@@ -540,9 +537,6 @@
<ClCompile Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.cpp">
<Filter>cores\paplayer</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\cores\paplayer\FLACcodec.cpp">
- <Filter>cores\paplayer</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\cores\paplayer\ModplugCodec.cpp">
<Filter>cores\paplayer</Filter>
</ClCompile>
@@ -573,9 +567,6 @@
<ClCompile Include="..\..\xbmc\cores\paplayer\VGMCodec.cpp">
<Filter>cores\paplayer</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\cores\paplayer\WAVcodec.cpp">
- <Filter>cores\paplayer</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\cores\paplayer\YMCodec.cpp">
<Filter>cores\paplayer</Filter>
</ClCompile>
@@ -3418,9 +3409,6 @@
<ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDSubtitles\DVDSubtitleStream.h">
<Filter>cores\dvdplayer\DVDSubtitles</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\cores\paplayer\ADPCMCodec.h">
- <Filter>cores\paplayer</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\cores\paplayer\ASAPCodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
@@ -3436,9 +3424,6 @@
<ClInclude Include="..\..\lib\DllASAP.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
- <ClInclude Include="..\..\lib\DllLibFlac.h">
- <Filter>cores\paplayer</Filter>
- </ClInclude>
<ClInclude Include="..\..\lib\DllNosefart.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
@@ -3457,9 +3442,6 @@
<ClInclude Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\cores\paplayer\FLACcodec.h">
- <Filter>cores\paplayer</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\cores\paplayer\ICodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
@@ -3493,9 +3475,6 @@
<ClInclude Include="..\..\xbmc\cores\paplayer\VGMCodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\cores\paplayer\WAVcodec.h">
- <Filter>cores\paplayer</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\cores\paplayer\YMCodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>