[MPlayer-dev-eng] [PATCH] acm fixes

Arpi arpi at thot.banki.hu
Sat Mar 15 17:56:16 CET 2003


Hi,

> > looks strange at first view, but it's ok if you understand what does
> > it do(actually it enables your experimental code (disabled by default)
> > for the truespeech dll only)
> i know but it fucks up the defines..

why?

orig code:

#ifdef TRY_NATIVE
{
  something
}
#endif

new code:
#ifndef TRY_NATIVE
if(dllname==tsp32.dll)
#endif
{
  something
}

imho it's fine


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
    "However, many people beg for its inclusion in Debian. Why?" - Gabucino
  "Because having new software in Debian is good." - Josselin Mouette
"Because having good software in Debian is new." - Gabucino


More information about the MPlayer-dev-eng mailing list