mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
13 lines
299 B
PkgConfig
13 lines
299 B
PkgConfig
|
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@ -lm
|
||
|
Cflags: -I${includedir}
|
||
|
|