mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00: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).
14 lines
308 B
CMake
14 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)
|