diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 10:59:03 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 14:20:39 +0100 | 
| commit | 2d4cab52b37c58c881e8bb7786adbe868f004a63 (patch) | |
| tree | 7386bd3c94da4bc099c498f4b68feab8d7aaecd8 /.gitmodules | |
| parent | 46edd4406c360ca85e83b7bec30ce115e186346f (diff) | |
| download | fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.tar.gz fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.tar.xz fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.zip  | |
Integrate jpeg-quantsmooth
Also, don't pointlessly store JPEGs in an ARGB Cairo surface.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c6b083b..e8c4d71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@  [submodule "wuffs-mirror-release-c"]  	path = wuffs-mirror-release-c  	url = https://github.com/google/wuffs-mirror-release-c +[submodule "jpeg-quantsmooth"] +	path = jpeg-quantsmooth +	url = https://github.com/ilyakurdyukov/jpeg-quantsmooth.git  | 
