summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGrimReaperFloof <GrimReaperFloof@users.noreply.github.com>2021-05-10 21:36:05 +0200
committerGrimReaperFloof <GrimReaperFloof@users.noreply.github.com>2021-05-26 23:43:38 +0200
commit541c31c879beb06899fa5a7eaf55ebcb68a96785 (patch)
tree22539865f1ad5a17aab92db3b314f223b47c0bf8 /python
parent4ee0a06e1819f095773b81cc1d2415b4e990cf65 (diff)
Add openmpt decoder plugin
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index d3e50ab09..419a52a66 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -123,6 +123,15 @@ libmodplug = AutotoolsProject(
],
)
+libopenmpt = AutotoolsProject(
+ 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.5.8+release.autotools.tar.gz',
+ '61de7cc0c011b10472ca16adcc123689',
+ 'lib/libopenmpt.a',
+ [
+ '--disable-shared', '--enable-static'
+ ],
+)
+
wildmidi = CmakeProject(
'https://codeload.github.com/Mindwerks/wildmidi/tar.gz/wildmidi-0.4.3',
'498e5a96455bb4b91b37188ad6dcb070824e92c44f5ed452b90adbaec8eef3c5',