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

parent 14b3c0f0
......@@ -116,8 +116,11 @@ libopenmpt = AutotoolsProject(
'892aea7a599b5d21842bebf463b5aafdad5711be7008dd84401920c6234820af',
'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(
......
......@@ -99,6 +99,7 @@ thirdparty_libs = [
libid3tag,
liblame,
libmodplug,
libopenmpt,
wildmidi,
gme,
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