diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-01-09 17:45:28 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-04-07 16:10:23 -0400 |
commit | 2e917863a045bcecdfb08d16d92b6498ed29de38 (patch) | |
tree | 7beb38cccc87acfea24fa05262001cea9acdd45c /Makefile.am | |
parent | d5637f0c8d51eca4d7fe14d1e2b9c5c8bc0121b3 (diff) |
audio: Add libvorbisfile bindings.
* chickadee/audio/vorbis.scm: New file.
* Makefile.am (SOURCES): Add it.
* configure.ac: Check for vorbis library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 765a488..54839f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,7 @@ SOURCES = \ chickadee/math/easings.scm \ chickadee/math/path-finding.scm \ chickadee/audio/openal.scm \ + chickadee/audio/vorbis.scm \ chickadee/audio/wav.scm \ chickadee/render/color.scm \ chickadee/render/gl.scm \ |