From ce188d4d7f3b9ad04867c49b424e8497c2ade92b Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 14 May 2019 08:58:52 +0100 Subject: add CHD support. --- deps/flac-1.3.2/src/share/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deps/flac-1.3.2/src/share/README (limited to 'deps/flac-1.3.2/src/share/README') 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. -- cgit v1.2.3