mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
This patch brings all of the previous work together and starts to actually parse and decode frame information. Currently it only parses the uncompressed header data (section 6.2 of the spec).
15 lines
308 B
CMake
15 lines
308 B
CMake
set(SOURCES
|
|
MatroskaDocument.h
|
|
MatroskaReader.cpp
|
|
VP9/BitStream.cpp
|
|
VP9/Decoder.cpp
|
|
VP9/Enums.h
|
|
VP9/LookupTables.h
|
|
VP9/ProbabilityTables.cpp
|
|
VP9/Symbols.h
|
|
VP9/SyntaxElementCounter.cpp
|
|
)
|
|
|
|
serenity_lib(LibVideo video)
|
|
target_link_libraries(LibVideo LibAudio LibCore LibIPC)
|