docs: fix hyperlink and move fft attribution to the right place

This commit is contained in:
Tim-Philipp Müller 2009-04-15 00:17:51 +01:00
parent ab24d9d65c
commit 75acca2835
2 changed files with 5 additions and 4 deletions

View file

@ -145,6 +145,11 @@
<chapter id="gstreamer-ffft">
<title>FFT Library</title>
<para>
The gstfft library is based on
<ulink role="online-location" url="http://sourceforge.net/projects/kissfft">kissfft</ulink>
by Mark Borgerding.
</para>
<para>
This library should be linked to by getting cflags and libs from
<filename>gstreamer-plugins-base-&GST_MAJORMINOR;.pc</filename> and adding

View file

@ -23,10 +23,6 @@
*
* This library includes general definitions and functions, useful for
* all typed FFT classes.
*
* The gstfft library is based on
* <a href="http://sourceforge.net/projects/kissfft">kissfft</a> by
* by Mark Borgerding.
*/
#include <glib.h>