Torque3D/Engine/lib/flac/src/share
marauder2k7 a745fc3757 Initial commit
added libraries:
opus
flac
libsndfile

updated:
libvorbis
libogg
openal

- Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
2024-03-21 17:33:47 +00:00
..
getopt Initial commit 2024-03-21 17:33:47 +00:00
grabbag Initial commit 2024-03-21 17:33:47 +00:00
replaygain_analysis Initial commit 2024-03-21 17:33:47 +00:00
replaygain_synthesis Initial commit 2024-03-21 17:33:47 +00:00
utf8 Initial commit 2024-03-21 17:33:47 +00:00
win_utf8_io Initial commit 2024-03-21 17:33:47 +00:00
Makefile.am Initial commit 2024-03-21 17:33:47 +00:00
README Initial commit 2024-03-21 17:33:47 +00: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.