summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-mpegts-uninstalled.pc.in
diff options
context:
space:
mode:
authorJulien Isorce <j.isorce@samsung.com>2016-02-18 14:32:23 +0000
committerJulien Isorce <j.isorce@samsung.com>2016-02-18 17:40:46 +0000
commit496e7b45689edd7f0ee49ab89d62d6afd4c58391 (patch)
treed63b5ac24d753c0f0072347db26b6c965f08544c /pkgconfig/gstreamer-mpegts-uninstalled.pc.in
parent0da3390692f023e7fbabbf8b7ee86c271a2bc1f0 (diff)
downloadgstreamer-plugins-bad-496e7b45689edd7f0ee49ab89d62d6afd4c58391.tar.gz
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-gl-1.0) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778
Diffstat (limited to 'pkgconfig/gstreamer-mpegts-uninstalled.pc.in')
-rw-r--r--pkgconfig/gstreamer-mpegts-uninstalled.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-mpegts-uninstalled.pc.in b/pkgconfig/gstreamer-mpegts-uninstalled.pc.in
index e9aa26187..179996c2c 100644
--- a/pkgconfig/gstreamer-mpegts-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-mpegts-uninstalled.pc.in
@@ -1,12 +1,12 @@
prefix=
exec_prefix=
-libdir=${pcfiledir}/../gst-libs/gst/mpegts
+libdir=${pcfiledir}/../gst-libs/gst/mpegts/.libs
includedir=${pcfiledir}/../gst-libs
Name: GStreamer MPEG-TS, Uninstalled
Description: GStreamer MPEG-TS support, uninstalled
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @VERSION@
-Libs: -L${libdir} ${libdir}/libgstmpegts-@GST_API_VERSION@.la
+Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
Cflags: -I${includedir}