libpng: use official repository instead of the fork from RPCS3 and update submodule

This commit is contained in:
scribam 2018-06-10 20:37:34 +02:00 committed by Ivan
parent ddded7ba5c
commit 9f420081fd
11 changed files with 727 additions and 20 deletions

8
.gitmodules vendored
View file

@ -12,10 +12,6 @@
[submodule "GSL"]
path = 3rdparty/GSL
url = https://github.com/Microsoft/GSL.git
[submodule "libpng"]
path = 3rdparty/libpng
url = https://github.com/RPCS3/libpng
ignore = dirty
[submodule "Vulkan/glslang"]
path = Vulkan/glslang
url = https://github.com/KhronosGroup/glslang.git
@ -42,3 +38,7 @@
[submodule "3rdparty/yaml-cpp"]
path = 3rdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "3rdparty/libpng"]
path = 3rdparty/libpng
url = https://github.com/glennrp/libpng.git
ignore = dirty