aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/README
diff options
context:
space:
mode:
authoraliaspider2019-05-14 08:58:52 +0100
committeraliaspider2019-05-14 08:58:52 +0100
commitce188d4d7f3b9ad04867c49b424e8497c2ade92b (patch)
treeb7f82140860acabb2d0e3a5216f78bf98691c267 /deps/flac-1.3.2/src/share/README
parent5ffd1f23eb970679dfe8b540bc3df8e776dc9e17 (diff)
downloadpcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.tar.gz
pcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.tar.bz2
pcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.zip
add CHD support.
Diffstat (limited to 'deps/flac-1.3.2/src/share/README')
-rw-r--r--deps/flac-1.3.2/src/share/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/flac-1.3.2/src/share/README b/deps/flac-1.3.2/src/share/README
new file mode 100644
index 0000000..1d4fede
--- /dev/null
+++ b/deps/flac-1.3.2/src/share/README
@@ -0,0 +1,5 @@
+This directory contains several convenience libraries used by the rest of the
+tools and plugins. Two of them (getopt and utf8) are shamelessly copied from
+vorbistools, one for manipulating UTF-8 strings (GPL) and one for implementing
+getopt (LGPL). libFLAC does not link to either; the only FLAC tools that do
+are GPL'ed.