LibMedia: Absorb LibAudio

LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
Jelle Raaijmakers
2024-08-28 12:08:38 +02:00
committed by Andreas Kling
parent 8b3bcf9c0f
commit 85fd2e281b
101 changed files with 195 additions and 211 deletions

View File

@@ -6,7 +6,7 @@
#include "AudioCodecPluginQt.h"
#include "AudioThread.h"
#include <LibAudio/Loader.h>
#include <LibMedia/Audio/Loader.h>
namespace Ladybird {