From 75acca28351ac5414e0456f8d80ad979bc3805bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 ea95903278..16db9616f1 100644 --- a/docs/libs/gst-plugins-base-libs-docs.sgml +++ b/docs/libs/gst-plugins-base-libs-docs.sgml @@ -145,6 +145,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 diff --git a/gst-libs/gst/fft/gstfft.c b/gst-libs/gst/fft/gstfft.c index 2a3cefa33c..b1708c7725 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