Skip to content

Commit

Permalink
Removed FFDShow DPL2 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Jul 2, 2018
1 parent 600aa3e commit 78dfd70
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 378 deletions.
2 changes: 0 additions & 2 deletions Source/Core/AudioCommon/AudioCommon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<ClCompile Include="AudioStretcher.cpp" />
<ClCompile Include="CubebStream.cpp" />
<ClCompile Include="CubebUtils.cpp" />
<ClCompile Include="DPL2Decoder.cpp" />
<ClCompile Include="Mixer.cpp" />
<ClCompile Include="NullSoundStream.cpp" />
<ClCompile Include="OpenALStream.cpp" />
Expand All @@ -58,7 +57,6 @@
<ClInclude Include="AudioStretcher.h" />
<ClInclude Include="CubebStream.h" />
<ClInclude Include="CubebUtils.h" />
<ClInclude Include="DPL2Decoder.h" />
<ClInclude Include="Mixer.h" />
<ClInclude Include="NullSoundStream.h" />
<ClInclude Include="OpenALStream.h" />
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/AudioCommon/AudioCommon.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ClCompile Include="AudioCommon.cpp" />
<ClCompile Include="AudioStretcher.cpp" />
<ClCompile Include="CubebUtils.cpp" />
<ClCompile Include="DPL2Decoder.cpp" />
<ClCompile Include="Mixer.cpp" />
<ClCompile Include="WaveFile.cpp" />
<ClCompile Include="NullSoundStream.cpp">
Expand All @@ -36,7 +35,6 @@
<ClInclude Include="AudioCommon.h" />
<ClInclude Include="AudioStretcher.h" />
<ClInclude Include="CubebUtils.h" />
<ClInclude Include="DPL2Decoder.h" />
<ClInclude Include="Mixer.h" />
<ClInclude Include="WaveFile.h" />
<ClInclude Include="NullSoundStream.h">
Expand Down
1 change: 0 additions & 1 deletion Source/Core/AudioCommon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_library(audiocommon
AudioStretcher.cpp
CubebStream.cpp
CubebUtils.cpp
DPL2Decoder.cpp
Mixer.cpp
SurroundDecoder.cpp
NullSoundStream.cpp
Expand Down
1 change: 0 additions & 1 deletion Source/Core/AudioCommon/CubebStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "AudioCommon/CubebStream.h"
#include "AudioCommon/CubebUtils.h"
#include "AudioCommon/DPL2Decoder.h"
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
#include "Common/Thread.h"
Expand Down
Loading

0 comments on commit 78dfd70

Please sign in to comment.