diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-18 23:35:14 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-19 01:11:47 +0100 |
commit | 45238d78cd9535b33bfbeeaaac4645af1bd93834 (patch) | |
tree | 13f9e3d1d69dbc563e9c77dd44f22d117a5614d7 /.gitmodules | |
parent | 8a656121a392c16428a05e27d6a33a7923e1b0b2 (diff) | |
download | fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.gz fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.xz fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.zip |
Mesonize JPEG Quant Smooth
Now SIMD works on amd64, although the build remains questionable,
because it assumes that all of its compiler flags will work.
This way we lose an uncomfortable git submodule.
Also, add Meson subprojects to .gitignore.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index e8c4d71..c6b083b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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 |