mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
fbc53c1ec3
...and keep a forwarding header around in VP9, so we don't have to update all references to the class there. In time, we probably want to merge LibGfx/ImageDecoders and LibVideo into LibMedia, but for now I need just this class for the lossy webp decoder. So move just it over. No behvior change.
17 lines
471 B
CMake
17 lines
471 B
CMake
set(SOURCES
|
|
Color/ColorConverter.cpp
|
|
Color/ColorPrimaries.cpp
|
|
Color/TransferCharacteristics.cpp
|
|
Containers/Matroska/MatroskaDemuxer.cpp
|
|
Containers/Matroska/Reader.cpp
|
|
PlaybackManager.cpp
|
|
VideoFrame.cpp
|
|
VP9/Decoder.cpp
|
|
VP9/Parser.cpp
|
|
VP9/ProbabilityTables.cpp
|
|
VP9/SyntaxElementCounter.cpp
|
|
VP9/TreeParser.cpp
|
|
)
|
|
|
|
serenity_lib(LibVideo video)
|
|
target_link_libraries(LibVideo PRIVATE LibAudio LibCore LibIPC LibGfx LibThreading)
|