[Bug 720778] gst-uninstalled requires building with libtool

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


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #321564|accepted-commit_now         |committed
             status|                            |

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

commit c94ac3617314451833ad37430ac042e288093696
Author: Julien Isorce <j.isorce at samsung.com>
Date:   Thu Feb 18 14:31:28 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-video-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