User talk:Bob the Hamster/mingw notes

From OHRRPGCE-Wiki
Jump to navigation Jump to search

The Mad Cacti:Alright, finally have access to that computer again.

You don't want libmikmod. It's included with SDL_mixer.

The build options I used were:

./configure \
 --disable-music-cmd \   #don't know why...
 --disable-static \
 --disable-music-ogg-shared \
 --disable-music-flac \  #because it's not needed, I suppose
 --disable-music-mp3 \   #I think I looked at configure's source and found this is needed to enable mad?
 --enable-music-mp3-mad-gpl

Compiling now...

The Mad Cacti: configure couldn't find ov_open_callbacks in libvorbisfile, so seems to have left off OGG support. Everything else plays. I'm compiling SDL_Mixer 1.2.8, BTW.

Bob the Hamster: From the SDL_mixer 1.2.9 changelog:

Sam Lantinga - Sat Oct  3 13:33:36 PDT 2009
 * MOD support uses libmikmod and is dynamically loaded by default
 * A patched version of libmikmod is included in libmikmod-3.1.12.zip
 * The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179.

I tried the included zipfile, but it fails :(