mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
063994267c
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) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778 |
||
---|---|---|
.. | ||
.gitignore | ||
gstreamer-base-uninstalled.pc.in | ||
gstreamer-base.pc.in | ||
gstreamer-check-uninstalled.pc.in | ||
gstreamer-check.pc.in | ||
gstreamer-controller-uninstalled.pc.in | ||
gstreamer-controller.pc.in | ||
gstreamer-net-uninstalled.pc.in | ||
gstreamer-net.pc.in | ||
gstreamer-uninstalled.pc.in | ||
gstreamer.pc.in | ||
Makefile.am |