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:
parent
edf0db1eb3
commit
0fe8d68c11
75 changed files with 5 additions and 28279 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue