1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

LibGfx+LibVideo: Move VP9/BooleanDecoder to LibGfx/ImageFormats

...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.
This commit is contained in:
Nico Weber 2023-05-26 15:04:31 -04:00 committed by Andreas Kling
parent ab5b89eb95
commit fbc53c1ec3
5 changed files with 45 additions and 30 deletions

View file

@ -33,6 +33,7 @@ set(SOURCES
ICC/WellKnownProfiles.cpp
ImageFormats/BMPLoader.cpp
ImageFormats/BMPWriter.cpp
ImageFormats/BooleanDecoder.cpp
ImageFormats/DDSLoader.cpp
ImageFormats/GIFLoader.cpp
ImageFormats/ICOLoader.cpp