fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] patch to fluidsynth-1.0.3


From: Josh Green
Subject: Re: [fluid-dev] patch to fluidsynth-1.0.3
Date: Thu, 28 Aug 2003 11:20:47 -0700

On Wed, 2003-08-27 at 02:31, Eric Van Buggenhaut wrote:
> In order to compile the code for non-i386 linux arches,
> i had to patch:
> 
> --- fluidsynth-1.0.3.orig/src/fluid_sys.c
> +++ fluidsynth-1.0.3/src/fluid_sys.c
> @@ -704,7 +704,7 @@
>    return (rdtsc() / fluid_cpu_frequency);
>  }
> 
> -#if defined(DARWIN)
> +#if !defined(__i386__)
> 
>  double rdtsc(void)
>  {
> 
> Just checking for Darwin isn't enough, we don't want i386 asm code
> included in non-i386 linux build targets like, say, linux powerpc.
> 
> Cheers,

Right. I'll apply it.
        Josh Green





reply via email to

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