2021-06-05 23:06:55 +03:00
|
|
|
set(SOURCES
|
|
|
|
MatroskaDocument.h
|
|
|
|
MatroskaReader.cpp
|
2021-06-05 23:29:29 +03:00
|
|
|
VP9/BitStream.cpp
|
2021-06-05 23:38:55 +03:00
|
|
|
VP9/Decoder.cpp
|
2021-06-05 23:21:20 +03:00
|
|
|
VP9/Enums.h
|
2021-06-05 23:38:55 +03:00
|
|
|
VP9/LookupTables.h
|
2021-06-28 00:03:53 +03:00
|
|
|
VP9/MV.cpp
|
2021-06-27 00:10:14 +03:00
|
|
|
VP9/Parser.cpp
|
2021-06-05 23:24:44 +03:00
|
|
|
VP9/ProbabilityTables.cpp
|
2021-06-05 23:21:20 +03:00
|
|
|
VP9/Symbols.h
|
2021-06-05 23:28:08 +03:00
|
|
|
VP9/SyntaxElementCounter.cpp
|
2021-01-30 23:18:59 +03:00
|
|
|
VP9/TreeParser.cpp
|
2021-06-27 06:23:22 +03:00
|
|
|
VP9/Utilities.cpp
|
2021-06-05 23:06:55 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibVideo video)
|
|
|
|
target_link_libraries(LibVideo LibAudio LibCore LibIPC)
|