docs: fix hyperlink and move fft attribution to the right place
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 14 Apr 2009 23:17:51 +0000 (00:17 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 14 Apr 2009 23:19:19 +0000 (00:19 +0100)
docs/libs/gst-plugins-base-libs-docs.sgml
gst-libs/gst/fft/gstfft.c

index ea95903..16db961 100644 (file)
     <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
         <filename>-lgstfft-&GST_MAJORMINOR;</filename> to the library flags.
index 2a3cefa..b1708c7 100644 (file)
  * 
  * 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>