1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:27:45 +00:00

LibVideo/VP9: Define all VP9 symbols and enum constants

This commit is contained in:
FalseHonesty 2021-06-05 16:21:20 -04:00 committed by Ali Mohammad Pur
parent 612b183703
commit ff3a2a703f
3 changed files with 165 additions and 0 deletions

View file

@ -1,6 +1,8 @@
set(SOURCES
MatroskaDocument.h
MatroskaReader.cpp
VP9/Enums.h
VP9/Symbols.h
)
serenity_lib(LibVideo video)