[SCM] calf/master: Add missing -l clause for FFTW in benchmark tool.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:06 UTC 2013


The following commit has been merged in the master branch:
commit fb86a3044ea611423481398134e33e25ef5a150d
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Aug 25 15:55:09 2012 +0100

    Add missing -l clause for FFTW in benchmark tool.

diff --git a/src/Makefile.am b/src/Makefile.am
index bd8a19a..1039d1b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ calfmakerdf_SOURCES = makerdf.cpp
 calfmakerdf_LDADD = calf.la
 
 calfbenchmark_SOURCES = benchmark.cpp
-calfbenchmark_LDADD = $(GLIB_DEPS_LIBS) -lsrfftw calf.la
+calfbenchmark_LDADD = $(GLIB_DEPS_LIBS) -lsrfftw -lsfftw calf.la
 
 calf_la_SOURCES = audio_fx.cpp metadata.cpp modules.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_eq.cpp modules_mod.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp 
 calf_la_LIBADD ?= $(FLUIDSYNTH_DEPS_LIBS)

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list