Merge branch 'jpeg-submodule'

Switch to using submodule and update the library version.
This commit is contained in:
Vadim Zeitlin
2017-11-12 17:42:44 +01:00
87 changed files with 541 additions and 28826 deletions

View File

@@ -14,9 +14,8 @@ by wxWidgets with newer versions.
1. Submodules
-------------
All third party libraries except libjpeg (which should be switched too soon)
are managed using Git submodules. This includes 3rdparty/catch and expat, jpeg,
png, tiff and zlib subdirectories of src.
All third party libraries are managed using Git submodules. This includes
3rdparty/catch and expat, jpeg, png, tiff and zlib subdirectories of src.
As always with submodules, updating a library involves updating its sources in
the submodule, pushing this submodule out and then committing the changes in