diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2023-02-18 16:09:16 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-18 23:56:24 +0100 |
commit | 856d0202f2fb32df47a45844775c1dbba08c24a7 (patch) | |
tree | db86ff86ee8c07fce4e44d3bac2e6abdf8a59472 /AK/Debug.h.in | |
parent | ab298ca106e0d2aba871cf8dae164e8fcfd7f90b (diff) | |
download | serenity-856d0202f2fb32df47a45844775c1dbba08c24a7.zip |
LibGfx: Rename `JPGLoader` to `JPEGLoader`
The patch also contains modifications on several classes, functions or
files that are related to the `JPGLoader`.
Renaming include:
- JPGLoader{.h, .cpp}
- JPGImageDecoderPlugin
- JPGLoadingContext
- JPG_DEBUG
- decode_jpg
- FuzzJPGLoader.cpp
- Few string literals or texts
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 295f3cc4ed..eb04cba8db 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -238,8 +238,8 @@ #cmakedefine01 JOB_DEBUG #endif -#ifndef JPG_DEBUG -#cmakedefine01 JPG_DEBUG +#ifndef JPEG_DEBUG +#cmakedefine01 JPEG_DEBUG #endif #ifndef JS_BYTECODE_DEBUG |