mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibAudio: Move MDCT.h from LibDSP to LibAudio
This commit is contained in:
parent
bdbe2fdcc5
commit
d7768cdd0f
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d7768cdd0f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/15
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "MP3Types.h"
|
||||
#include <AK/BitStream.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <LibDSP/MDCT.h>
|
||||
#include <LibAudio/MDCT.h>
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
Loading…
Reference in a new issue