mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
parent
8b3bcf9c0f
commit
85fd2e281b
Notes:
github-actions[bot]
2024-09-12 08:02:40 +00:00
Author: https://github.com/gmta
Commit: 85fd2e281b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1369
101 changed files with 195 additions and 211 deletions
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
|
||||
#include <AK/IDAllocator.h>
|
||||
#include <LibAudio/Loader.h>
|
||||
#include <LibJS/Runtime/Realm.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
#include <LibMedia/Audio/Loader.h>
|
||||
#include <LibWeb/Bindings/AudioTrackPrototype.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/DOM/Event.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/String.h>
|
||||
#include <AK/Time.h>
|
||||
#include <LibAudio/Forward.h>
|
||||
#include <LibMedia/Audio/Forward.h>
|
||||
#include <LibWeb/Bindings/PlatformObject.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue