summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-20 09:07:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-20 09:07:09 +0300
commite9e496ffb64d83a55162d38ffc6d87a364bb6a95 (patch)
treea8a76c8bf63b24347e5d09582319db5eca4e7d88 /README.md
parent4e62a21cea5781fc91ec5ef22710e0fe19badb3c (diff)
Added WebP decoding using libwebp
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d9df1db..13b3f9d2 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ Note that the `install` target also deploys an XDG .desktop file for launching t
88| `ENABLE_MPG123` | Use the mpg123 library for decoding MPEG audio files. | 88| `ENABLE_MPG123` | Use the mpg123 library for decoding MPEG audio files. |
89| `ENABLE_RELATIVE_EMBED` | Locate resources only in relation to the executable. Useful when any system/predefined directories are not supposed to be accessed, e.g., in the Windows portable build. | 89| `ENABLE_RELATIVE_EMBED` | Locate resources only in relation to the executable. Useful when any system/predefined directories are not supposed to be accessed, e.g., in the Windows portable build. |
90| `ENABLE_RESOURCE_EMBED` | Embed all resource files into the Lagrange executable instead of keeping them in a separate file that gets loaded at launch. Setting this **ON** makes it much slower to run CMake and to compile Lagrange. | 90| `ENABLE_RESOURCE_EMBED` | Embed all resource files into the Lagrange executable instead of keeping them in a separate file that gets loaded at launch. Setting this **ON** makes it much slower to run CMake and to compile Lagrange. |
91| `ENABLE_WEBP` | Use libwebp to decode .webp images, if `pkg-config` can find the library. |
91| `ENABLE_WINDOWPOS_FIX` | Set correct window position after the window has already been shown. This may be necessary on some platforms to prevent the window from being restored to the wrong position. | 92| `ENABLE_WINDOWPOS_FIX` | Set correct window position after the window has already been shown. This may be necessary on some platforms to prevent the window from being restored to the wrong position. |
92| `ENABLE_X11_SWRENDER` | Default to software rendering when running under X11. By default Lagrange attempts to use the GPU for rendering the user interface. You can also use the `--sw` option at launch to force software rendering. | 93| `ENABLE_X11_SWRENDER` | Default to software rendering when running under X11. By default Lagrange attempts to use the GPU for rendering the user interface. You can also use the `--sw` option at launch to force software rendering. |
93 94