mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
8 lines
305 B
Markdown
8 lines
305 B
Markdown
# FFT Library
|
|
|
|
The gstfft library is based on
|
|
[kissfft](http://sourceforge.net/projects/kissfft) by Mark Borgerding.
|
|
|
|
This library should be linked to by getting cflags and libs from
|
|
`gstreamer-plugins-base-{{ gst_api_version.md }}.pc` and adding
|
|
`-lgstfft-{{ gst_api_version.md }}` to the library flags.
|