Replace jpeg subdirectory with a Git submodule

Use libjpeg-turbo repository as upstream, even if we don't use
libjpeg-turno library itself (yet?) because it also has all the historic
libjpeg versions in its repository, including 6b (dating from 1998!)
that our sources were based on.
This commit is contained in:
Vadim Zeitlin
2017-11-12 00:50:26 +01:00
parent edf0db1eb3
commit 0fe8d68c11
75 changed files with 5 additions and 28279 deletions

4
.gitmodules vendored
View File

@@ -17,3 +17,7 @@
path = src/tiff
url = https://github.com/wxWidgets/libtiff.git
branch = wx
[submodule "src/jpeg"]
path = src/jpeg
url = https://github.com/wxWidgets/libjpeg-turbo.git
branch = wx