mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Preparation of Release 2.22 (Testing #2)


From: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] Preparation of Release 2.22 (Testing #2)
Date: Sun, 01 Apr 2012 11:57:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120330 Thunderbird/11.0.1

On 01/04/12 11:29, Nikos Chantziaras wrote:
[...]
Btw, the recommended MOD backend is modplug, not mikmod:

--disable-music-mod \
--enable-music-mod-modplug

mikmod has some bugs and doesn't support as much formats as modplug.

I'm attaching libmodplug.mk in case you want to change to modplug. I
don't know if the $(PKG)_UPDATE stuff actually works though. It probably
needs changing.

I forgot that you also prefer build test programs:

#include <modplug.h>

int main(void)
{
    ModPlug_Settings settings;
    ModPlug_GetSettings(&settings);
    ModPlug_SetSettings(&settings);
    return 0;
}

This should be able to build it:

    '$(TARGET)-gcc' \
        -W -Wall -ansi -pedantic \
        '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-libmodplug.exe' \
        `'$(TARGET)-pkg-config' libmodplug --cflags --libs`




reply via email to

[Prev in Thread] Current Thread [Next in Thread]