python/build/libs.py: update libopenmpt configure flags

parent 14b3c0f0
...@@ -116,8 +116,11 @@ libopenmpt = AutotoolsProject( ...@@ -116,8 +116,11 @@ libopenmpt = AutotoolsProject(
'892aea7a599b5d21842bebf463b5aafdad5711be7008dd84401920c6234820af', '892aea7a599b5d21842bebf463b5aafdad5711be7008dd84401920c6234820af',
'lib/libopenmpt.a', 'lib/libopenmpt.a',
[ [
'--disable-shared', '--enable-static' '--disable-shared', '--enable-static',
'--without-mpg123', '--without-ogg', '--without-vorbis', '--without-vorbisfile',
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
], ],
base='libopenmpt-0.5.12+release.autotools',
) )
wildmidi = CmakeProject( wildmidi = CmakeProject(
......
...@@ -99,6 +99,7 @@ thirdparty_libs = [ ...@@ -99,6 +99,7 @@ thirdparty_libs = [
libid3tag, libid3tag,
liblame, liblame,
libmodplug, libmodplug,
libopenmpt,
wildmidi, wildmidi,
gme, gme,
ffmpeg, ffmpeg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment