diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-02-14 18:38:12 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 18:38:12 +1000 |
| commit | 326d72728c0b4b47db4d36ba57ab3ba9984978a6 (patch) | |
| tree | aa435d8e16ebc8464d6489548d9bf1c144221ef3 /Source/Core/AudioCommon/CubebStream.cpp | |
| parent | 950b952aee0f5a587dbe263e74524ae09170a786 (diff) | |
| parent | c209d07c96373f35d4fa137380a980b2e3a912cd (diff) | |
Merge pull request #5235 from LAGonauta/fs-dplii-decoder
Change FFDShow DPL2 decoder to FreeSurround
Diffstat (limited to 'Source/Core/AudioCommon/CubebStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/CubebStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CubebStream.cpp b/Source/Core/AudioCommon/CubebStream.cpp index 754db1d957..da515aa8f3 100644 --- a/Source/Core/AudioCommon/CubebStream.cpp +++ b/Source/Core/AudioCommon/CubebStream.cpp @@ -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" |
