Re: [linux-audio-dev] Plugins (again)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Plugins (again)
From: Frank Neumann (franky_AT_viona.de)
Date: Wed Dec 06 2000 - 14:46:31 EET


Hi,
Steve Harris wrote:

> Sorry about the short time since my last email, but theres been some
> useful fixes/additions:
>
> * New makefile that uses no wacky features (courtesy of Paul B-D)

Just a one-liner correction for the the Makefile: For plugins that require
fftw, you try to link them with $(FFTFLAGS), though this doesn't appear
in the Makefile:
----------
--- Makefile.orig Wed Dec 6 13:35:10 2000
+++ Makefile Wed Dec 6 13:35:21 2000
@@ -6,6 +6,7 @@
 
 # Path to libfftw (only needed if you want to build staticly)
 FFTPATH = /usr/local/lib
+FFTFLAGS=-lrfftw -lfftw
 
 # Optimisation level
 #OPT = -g
----------

Regards,
Frank


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Dec 06 2000 - 15:17:48 EET