mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
pkgconfig: Add @LIBM@ to the FFT pkg-config files
This commit is contained in:
parent
7e75b71851
commit
4038d4ba85
2 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ Name: GStreamer FFT Library, Uninstalled
|
|||
Description: FFT implementation, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la @LIBM@
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ Name: GStreamer FFT Library
|
|||
Description: FFT implementation
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstfft-@GST_MAJORMINOR@ -lm
|
||||
Libs: -L${libdir} -lgstfft-@GST_MAJORMINOR@ @LIBM@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
|
|
Loading…
Reference in a new issue