LibGfx: Remove JPEG2000 image format support

This format is not supported by other browsers.
This commit is contained in:
Andreas Kling
2024-06-17 20:17:23 +02:00
committed by Andreas Kling
parent a34a5af939
commit 1039acca8c
26 changed files with 0 additions and 2261 deletions

View File

@@ -462,7 +462,6 @@ endif()
lagom_utility(icc SOURCES ../../Userland/Utilities/icc.cpp LIBS LibGfx LibMain LibURL)
lagom_utility(image SOURCES ../../Userland/Utilities/image.cpp LIBS LibGfx LibMain)
lagom_utility(isobmff SOURCES ../../Userland/Utilities/isobmff.cpp LIBS LibGfx LibMain)
lagom_utility(ttfdisasm SOURCES ../../Userland/Utilities/ttfdisasm.cpp LIBS LibGfx LibMain)
lagom_utility(js SOURCES ../../Userland/Utilities/js.cpp LIBS LibCrypto LibJS LibLine LibLocale LibMain LibTextCodec Threads::Threads)