mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 00:52:08 +00:00
This commit initializes the LibVideo library and implements parsing basic Matroska container files. Currently, it will only parse audio and video tracks.
7 lines
146 B
CMake
7 lines
146 B
CMake
set(SOURCES
|
|
MatroskaDocument.h
|
|
MatroskaReader.cpp
|
|
)
|
|
|
|
serenity_lib(LibVideo video)
|
|
target_link_libraries(LibVideo LibAudio LibCore LibIPC)
|