[Bug 720778] gst-uninstalled requires building with libtool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 18 17:53:09 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=720778

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #321594|none                        |committed
             status|                            |

--- Comment #39 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 321594
  --> https://bugzilla.gnome.org/attachment.cgi?id=321594
gst-rtsp-server: uninstalled.pc: add support for non libtool build systems

commit 8f1a9bff7f63d634055f90e29271861f5a33a136
Author: Julien Isorce <j.isorce at samsung.com>
Date:   Thu Feb 18 15:20:05 2016 +0000

    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-rtsp-server-1.0)
    Previously it required to prepend libtool --mode=link

    https://bugzilla.gnome.org/show_bug.cgi?id=720778

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list