diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-12-19 08:18:26 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-04-07 16:10:23 -0400 |
commit | adc7e0dbd1a5b511641e85c46f0e7894353f0cda (patch) | |
tree | 583480a03c56b292429f930da5d44f9c5ed47722 /Makefile.am | |
parent | 2e917863a045bcecdfb08d16d92b6498ed29de38 (diff) |
audio: Add mpg123 bindings.
* chickadee/audio/mpg123.scm: New file.
* Makefile.am (SOURCES): Add it.
* configure.ac: Check for mpg123 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 54839f1..6183b03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,7 @@ SOURCES = \ chickadee/math/grid.scm \ chickadee/math/easings.scm \ chickadee/math/path-finding.scm \ + chickadee/audio/mpg123.scm \ chickadee/audio/openal.scm \ chickadee/audio/vorbis.scm \ chickadee/audio/wav.scm \ |