summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-fft-uninstalled.pc.in
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-14 13:11:05 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-14 13:11:05 +0000
commit3809775d3119068145c913d48b3ebaa9932986d3 (patch)
treedbe0a7f4c0f3d324f86522d7a7bdecce06f65da2 /pkgconfig/gstreamer-fft-uninstalled.pc.in
parent5aad3658f8ec4c4ea5e23f5d68d68642bf0c476b (diff)
downloadgstreamer-plugins-base-3809775d3119068145c913d48b3ebaa9932986d3.tar.gz
Provide one pkg-config file for every gst-plugins-base library.
Original commit message from CVS: * configure.ac: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-audio-uninstalled.pc.in: * pkgconfig/gstreamer-audio.pc.in: * pkgconfig/gstreamer-cdda-uninstalled.pc.in: * pkgconfig/gstreamer-cdda.pc.in: * pkgconfig/gstreamer-fft-uninstalled.pc.in: * pkgconfig/gstreamer-fft.pc.in: * pkgconfig/gstreamer-floatcast-uninstalled.pc.in: * pkgconfig/gstreamer-floatcast.pc.in: * pkgconfig/gstreamer-interfaces-uninstalled.pc.in: * pkgconfig/gstreamer-interfaces.pc.in: * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in: * pkgconfig/gstreamer-netbuffer.pc.in: * pkgconfig/gstreamer-pbutils-uninstalled.pc.in: * pkgconfig/gstreamer-pbutils.pc.in: * pkgconfig/gstreamer-riff-uninstalled.pc.in: * pkgconfig/gstreamer-riff.pc.in: * pkgconfig/gstreamer-rtp-uninstalled.pc.in: * pkgconfig/gstreamer-rtp.pc.in: * pkgconfig/gstreamer-rtsp-uninstalled.pc.in: * pkgconfig/gstreamer-rtsp.pc.in: * pkgconfig/gstreamer-sdp-uninstalled.pc.in: * pkgconfig/gstreamer-sdp.pc.in: * pkgconfig/gstreamer-tag-uninstalled.pc.in: * pkgconfig/gstreamer-tag.pc.in: * pkgconfig/gstreamer-video-uninstalled.pc.in: * pkgconfig/gstreamer-video.pc.in: Provide one pkg-config file for every gst-plugins-base library. This makes linking to those libraries much more intuitive and provides standard pkg-config behaviour for them. Fixes bug #499697.
Diffstat (limited to 'pkgconfig/gstreamer-fft-uninstalled.pc.in')
-rw-r--r--pkgconfig/gstreamer-fft-uninstalled.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-fft-uninstalled.pc.in b/pkgconfig/gstreamer-fft-uninstalled.pc.in
new file mode 100644
index 000000000..e7077b02b
--- /dev/null
+++ b/pkgconfig/gstreamer-fft-uninstalled.pc.in
@@ -0,0 +1,13 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/../gst-libs/gst/fft
+includedir=${pcfiledir}/../gst-libs
+
+Name: GStreamer FFT Library, Uninstalled
+Description: FFT implementation, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@
+
+Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm
+Cflags: -I${includedir}
+