From 75acca28351ac5414e0456f8d80ad979bc3805bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 15 Apr 2009 00:17:51 +0100 Subject: [PATCH] docs: fix hyperlink and move fft attribution to the right place --- docs/libs/gst-plugins-base-libs-docs.sgml | 5 +++++ gst-libs/gst/fft/gstfft.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.7.4