mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 05:04:34 +00:00
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.
5 lines
324 B
Text
5 lines
324 B
Text
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.
|