mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
committed by
Andreas Kling
parent
8b3bcf9c0f
commit
85fd2e281b
@@ -5,8 +5,8 @@
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibAudio/Loader.h>
|
||||
#include <LibJS/Runtime/Promise.h>
|
||||
#include <LibMedia/Audio/Loader.h>
|
||||
#include <LibMedia/PlaybackManager.h>
|
||||
#include <LibWeb/Bindings/HTMLMediaElementPrototype.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
|
||||
Reference in New Issue
Block a user