From: Tim-Philipp Müller Date: Tue, 14 Apr 2009 23:17:51 +0000 (+0100) Subject: docs: fix hyperlink and move fft attribution to the right place X-Git-Tag: 1.19.3~511^2~9755 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75acca28351ac5414e0456f8d80ad979bc3805bc;p=platform%2Fupstream%2Fgstreamer.git docs: fix hyperlink and move fft attribution to the right place --- diff --git a/docs/libs/gst-plugins-base-libs-docs.sgml b/docs/libs/gst-plugins-base-libs-docs.sgml index ea95903..16db961 100644 --- a/docs/libs/gst-plugins-base-libs-docs.sgml +++ b/docs/libs/gst-plugins-base-libs-docs.sgml @@ -146,6 +146,11 @@ FFT Library + The gstfft library is based on + kissfft + by Mark Borgerding. + + This library should be linked to by getting cflags and libs from gstreamer-plugins-base-&GST_MAJORMINOR;.pc and adding -lgstfft-&GST_MAJORMINOR; to the library flags. diff --git a/gst-libs/gst/fft/gstfft.c b/gst-libs/gst/fft/gstfft.c index 2a3cefa..b1708c7 100644 --- a/gst-libs/gst/fft/gstfft.c +++ b/gst-libs/gst/fft/gstfft.c @@ -23,10 +23,6 @@ * * This library includes general definitions and functions, useful for * all typed FFT classes. - * - * The gstfft library is based on - * kissfft by - * by Mark Borgerding. */ #include