]> git.pld-linux.org Git - packages/fluidsynth.git/commitdiff
- profiling added.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 10 Oct 2004 10:24:57 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use sse by default where applicable.

Changed files:
    fluidsynth.spec -> 1.17

fluidsynth.spec

index 5b8283aefcec17d5cc784da3f596725b06032e60..57e4dc28dcdb951df34f578310c05ccf810ef51c 100644 (file)
@@ -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}
 
This page took 0.076921 seconds and 4 git commands to generate.