diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md new file mode 100644 index 0000000000..55d89810db --- /dev/null +++ b/thirdparty/README.md @@ -0,0 +1,16 @@ +# Third party libraries + + +## libpng + +- Upstream: http://libpng.org/pub/png/libpng.html +- Version: 1.6.23 +- License: libpng/zlib + +Files extracted from upstream source: + +- all .c and .h files of the main directory, except from: + * example.c + * pngtest.c +- the arm/ folder +- scripts/pnglibconf.h.prebuilt as pnglibconf.h |