mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-22 10:32:52 -05:00
* Header files and correspondent C sources that define
functions recently added to public API moved from
'tools' directory to root
* By default, install prefix is '/usr/local/', and header
install path is '${PREFIX}/include/kissfft'
* Added detection of external libraries like FFTW or libPNG
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
11 lines
370 B
PkgConfig
11 lines
370 B
PkgConfig
prefix=@PKGCONFIG_KISSFFT_PREFIX@
|
|
libdir=@PKGCONFIG_KISSFFT_LIBDIR@
|
|
includedir=@PKGCONFIG_KISSFFT_INCLUDEDIR@
|
|
|
|
Name: kissfft
|
|
Description: A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
|
|
Version: @PKGCONFIG_KISSFFT_VERSION@
|
|
|
|
Libs: @PKG_OPENMP@ -L${libdir} -l@KISSFFT_OUTPUT_NAME@
|
|
Cflags: -I@PKGCONFIG_KISSFFT_PKGINCLUDEDIR@ @PKG_KISSFFT_DEFS@
|