summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 08:30:04 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 08:30:04 +0000
commit5db7b01fa2c27dee88836271ed711a7dc37b48d3 (patch)
tree8e9c1e678d3b31655d8158711db84f729c836350 /thirdparty
parent1ca5ca8392041cac50935fc7d52ea503936ce757 (diff)
[trunk] FolderReorgProposal task: Fix doxygen
Update issue 177
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/thirdparty/README.txt b/thirdparty/README.txt
new file mode 100644
index 00000000..e7a961c0
--- /dev/null
+++ b/thirdparty/README.txt
@@ -0,0 +1,9 @@
+This directory contains 3rd party libs (PNG, ZLIB)...
+
+They are convinient copy of code from people outside of the OpenJPEG community.
+They are solely provided for ease of build of OpenJPEG on system where those
+3rd party libs are not easily accessible (typically non-UNIX).
+
+The OpenJPEG does not recommend using those 3rd party libs over your system
+installed libs. The OpenJPEG does not even garantee that those libraries will
+work for you.