fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] patch to fluidsynth-1.0.3


From: Eric Van Buggenhaut
Subject: [fluid-dev] patch to fluidsynth-1.0.3
Date: Wed, 27 Aug 2003 11:31:11 +0200
User-agent: Mutt/1.4i

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,

-- 
"Un disco para gobernarlos a todos.
 Un disco para encontrarlos y atarlos en las tinieblas.
 En la tierra de Redmond donde se extienden las sombras"

Eric VAN BUGGENHAUT
address@hidden

Attachment: pgpsAfjebbjje.pgp
Description: PGP signature


reply via email to

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