1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:17:34 +00:00

Userland: Add matroska program to test parsing Matroska container files

This commit is contained in:
FalseHonesty 2021-06-05 16:12:06 -04:00 committed by Andreas Kling
parent 403bb07443
commit db20f7b6d8
3 changed files with 55 additions and 0 deletions

View file

@ -35,6 +35,7 @@ target_link_libraries(js LibJS LibLine)
target_link_libraries(keymap LibKeyboard)
target_link_libraries(lspci LibPCIDB)
target_link_libraries(man LibMarkdown)
target_link_libraries(matroska LibVideo)
target_link_libraries(md LibMarkdown)
target_link_libraries(misbehaving-application LibCore)
target_link_libraries(notify LibGUI)