Cog/Frameworks/FLAC/flac-1.3.3/src/share
Christopher Snowhill 04686e999f Updated FLAC to 1.3.3
2020-05-02 00:14:26 -07:00
..
getopt Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
grabbag Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
replaygain_analysis Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
replaygain_synthesis Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
utf8 Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
win_utf8_io Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
Makefile.am Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
Makefile.in Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
Makefile.lite Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00
README Updated FLAC to 1.3.3 2020-05-02 00:14:26 -07:00

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.