<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 03/03/2012 07:03 AM, Axe Effect powered by Chuck Norris wrote:
    <blockquote cite="mid:SNT106-W487990D586457F404DCEEECA520@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        Hi GStreamer users,<br>
        <br>
        I'm working in an OpenCV+Qt Linux program which I want to run it
        statically. Hence, I have had to compile or get all the
        dependent libs in its static form (.a file). And I've been able
        to do so except with 1 of the around 40 dependent libs there are
        in my project: libgstapp. To try to get the libgstapp.a file I
        downloaded gst-plugins-base-0.10.35.tar.bz2, unzip it, configure
        it with "./configure --enable-static", build it and install it.
        But when I check the lib folder where the files have been
        installed I can find all the .a files of each base plugin except
        that of libgstapp, which just has a .so file! Does this mean
        it's not possible to create a static library of libgstapp? Have
        I done something wrong? Is this a bug?<br>
      </div>
    </blockquote>
    <br>
    GStreamer is a plugin based framework. Using it as a static build is
    not supported out of the box.<br>
    <br>
    Stefan<br>
    <br>
    <blockquote cite="mid:SNT106-W487990D586457F404DCEEECA520@phx.gbl"
      type="cite">
      <div dir="ltr"><br>
        I'd appreciate your help. :)<br>
        <br>
        AxeEffect<br>
        <style>
qtl {
        position: absolute;
        border: 1px solid #cccccc;
        -moz-border-radius: 5px;
        opacity: 0.2;
        line-height: 100%;
        z-index: 999;
        direction: ltr;
}

qtl:hover,qtl.open {
        opacity: 1;
}

qtl,qtlbar {
        height: 22px;
}

qtlbar {
        display: block;
        width: 100%;
        background-color: #cccccc;
        cursor: move;
}

qtlbar img {
        border: 0;
        padding: 3px;
        height: 16px;
        width: 16px;
        cursor: pointer;
}

qtlbar img:hover {
        background-color: #aaaaff;
}

qtl&gt;iframe {
        border: 0;
        height: 0;
        width: 0;
}

qtl.open {
        height: auto;        
}

qtl.open&gt;iframe {
        height: 200px;
        width: 300px;
}
</style><qtl style="display: none; left: 361px; top: 108px;"> <qtlbar
            name="bar"><img moz-do-not-send="true"
              src="http://www.qtl.co.il/img/copy.png" title="Copy
              Selction"><a moz-do-not-send="true"
              href="http://en.wikipedia.org/w/index.php?search=there"
              title="Search On Wikipedia" target="_blank"><img
                moz-do-not-send="true"
                src="http://en.wikipedia.org/favicon.ico"></a><a
              moz-do-not-send="true"
              href="http://www.google.com/search?q=there" title="Search
              With Google" target="_blank"><img moz-do-not-send="true"
                src="http://www.google.com/favicon.ico"></a><a
              moz-do-not-send="true"
              href="http://www.bing.com/search?q=there" title="Search
              With Bing" target="_blank"><img moz-do-not-send="true"
                src="http://www.bing.com/favicon.ico"></a><a
              moz-do-not-send="true"
              href="http://www.youtube.com/results?search_query=there"
              title="Search On YouTube" target="_blank"><img
                moz-do-not-send="true"
                src="http://www.youtube.com/favicon.ico"></a><img
              moz-do-not-send="true"
              src="http://translate.google.com/favicon.ico"
              title="Translate With Google"><img moz-do-not-send="true"
              src="http://www.babylon.com/favicon.ico" title="Translate
              With Babylon"></qtlbar> <iframe name="content"></iframe>
        </qtl> </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>