mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: fix hyperlink and move fft attribution to the right place
This commit is contained in:
parent
ab24d9d65c
commit
75acca2835
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue