mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
c94ac36173
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 |
||
---|---|---|
.. | ||
.gitignore | ||
gstreamer-allocators-uninstalled.pc.in | ||
gstreamer-allocators.pc.in | ||
gstreamer-app-uninstalled.pc.in | ||
gstreamer-app.pc.in | ||
gstreamer-audio-uninstalled.pc.in | ||
gstreamer-audio.pc.in | ||
gstreamer-fft-uninstalled.pc.in | ||
gstreamer-fft.pc.in | ||
gstreamer-pbutils-uninstalled.pc.in | ||
gstreamer-pbutils.pc.in | ||
gstreamer-plugins-base-uninstalled.pc.in | ||
gstreamer-plugins-base.pc.in | ||
gstreamer-riff-uninstalled.pc.in | ||
gstreamer-riff.pc.in | ||
gstreamer-rtp-uninstalled.pc.in | ||
gstreamer-rtp.pc.in | ||
gstreamer-rtsp-uninstalled.pc.in | ||
gstreamer-rtsp.pc.in | ||
gstreamer-sdp-uninstalled.pc.in | ||
gstreamer-sdp.pc.in | ||
gstreamer-tag-uninstalled.pc.in | ||
gstreamer-tag.pc.in | ||
gstreamer-video-uninstalled.pc.in | ||
gstreamer-video.pc.in | ||
Makefile.am |