mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibMedia: Add ogg/vorbis support
Technically this supports any ogg/* audio stream, but it was at least tested successfully on ogg/vorbis :^)
This commit is contained in:
committed by
Andreas Kling
parent
1b267abf36
commit
d29797f118
@@ -8,6 +8,7 @@ shared_library("LibMedia") {
|
||||
"Audio/Loader.cpp",
|
||||
"Audio/MP3Loader.cpp",
|
||||
"Audio/Metadata.cpp",
|
||||
"Audio/OggLoader.cpp",
|
||||
"Audio/PlaybackStream.cpp",
|
||||
"Audio/QOALoader.cpp",
|
||||
"Audio/QOATypes.cpp",
|
||||
|
||||
Reference in New Issue
Block a user