From 13cb656bb1662fcce7429d79dfeec27864897d9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Sun, 10 Oct 2004 10:24:57 +0000 Subject: [PATCH] - profiling added. - use sse by default where applicable. Changed files: fluidsynth.spec -> 1.17 --- fluidsynth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fluidsynth.spec b/fluidsynth.spec index 5b8283a..57e4dc2 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -3,6 +3,10 @@ %bcond_with ladcca # enable ladcca sesion managment support %bcond_with sse # use the SSE instructions of Pentium3+ or Athlon XP # +%ifarch pentium3 pentium4 athlon amd64 +%define with_sse 1 +%endif +# Summary: FluidSynth is a software, real-time synthesizer Summary(pl): FluidSynth to programowy syntezator dzia³aj±cy w czasie rzeczywistym Name: fluidsynth @@ -68,7 +72,8 @@ cp /usr/share/automake/config.sub . --enable-coreaudio \ --enable-jack-support \ --enable-ladspa \ - --enable-midishare + --enable-midishare \ + --enable-profiling %{__make} -- 2.44.0