mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 13:14:46 +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.
19 lines
570 B
HTML
19 lines
570 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ page.title }}</title>
|
|
<link rel="stylesheet" href="libsndfile.css" type="text/css" media="all">
|
|
<link rel="stylesheet" href="print.css" type="text/css" media="print">
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
<footer>
|
|
<hr>
|
|
<p>The libsndfile home page is <a href="http://libsndfile.github.io/libsndfile/">here</a>.</p>
|
|
<p>The libsndfile version: {{ site.version }}.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|