blob: 20ffdd667f1758a3d5ce3d1e37c9b56620c00a1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer FFT Library
Description: FFT implementation
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstfft-@GST_MAJORMINOR@ @LIBM@
Cflags: -I${includedir}
|