python/build/libs.py: update libopenmpt configure flags
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
This commit is contained in:
parent
14b3c0f0af
commit
3e05cba30e
|
@ -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 = [
|
||||||
libid3tag,
|
libid3tag,
|
||||||
liblame,
|
liblame,
|
||||||
libmodplug,
|
libmodplug,
|
||||||
|
libopenmpt,
|
||||||
wildmidi,
|
wildmidi,
|
||||||
gme,
|
gme,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
|
|
Loading…
Reference in New Issue