mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
496e7b4568
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
14 lines
533 B
PkgConfig
14 lines
533 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/gst-libs/gst/video/.libs
|
|
includedir=@abs_top_builddir@/gst-libs
|
|
girdir=@abs_top_builddir@/gst-libs/gst/video
|
|
typelibdir=@abs_top_builddir@/gst-libs/gst/video
|
|
|
|
Name: GStreamer bad video library, uninstalled
|
|
Description: Bad video library for GStreamer elements, Not Installed
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
|
|
|
|
Libs: -L${libdir} -lgstbadvideo-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|