gstreamer/pkgconfig
Julien Isorce c94ac36173 uninstalled.pc: add support for non libtool build systems
Currently the .la path is provided which requires to use libtool as
mentioned in the GStreamer manual section-helloworld-compilerun.html.
It is fine as long as the application is built using libtool.

So currently it is not possible to compile a GStreamer application
within gst-uninstalled with CMake or other build system different
than autotools.

This patch allows to do the following in gst-uninstalled env:
gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
    gstreamer-video-1.0)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
2016-02-18 14:31:28 +00:00
..
.gitignore ignore .pc files 2003-04-27 06:12:29 +00:00
gstreamer-allocators-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-allocators.pc.in allocators: Add dmabuf-based GstMemory and GstAllocator 2013-02-19 10:05:38 +01:00
gstreamer-app-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-app.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-audio-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-audio.pc.in gst-libs: Remove interfaces libs and mixer/tuner interfaces 2012-04-13 13:14:13 +02:00
gstreamer-fft-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-fft.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-pbutils-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-pbutils.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-plugins-base-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-plugins-base.pc.in pkg-config: Fix gstreamer-plugins-base pkg-config files to include all libraries 2013-02-19 12:55:34 +01:00
gstreamer-riff-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-riff.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-rtp-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-rtp.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-rtsp-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-rtsp.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-sdp-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-sdp.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-tag-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-tag.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
gstreamer-video-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 14:31:28 +00:00
gstreamer-video.pc.in gst: Update versioning 2012-04-04 14:55:15 +02:00
Makefile.am allocators: Add dmabuf-based GstMemory and GstAllocator 2013-02-19 10:05:38 +01:00