<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><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><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>iframe {
        border: 0;
        height: 0;
        width: 0;
}

qtl.open {
        height: auto;        
}

qtl.open>iframe {
        height: 200px;
        width: 300px;
}
</style><qtl style="display: none; left: 361px; top: 108px;">
        <qtlbar name="bar"><img src="http://www.qtl.co.il/img/copy.png" title="Copy Selction"><a href="http://en.wikipedia.org/w/index.php?search=there" title="Search On Wikipedia" target="_blank"><img src="http://en.wikipedia.org/favicon.ico"></a><a href="http://www.google.com/search?q=there" title="Search With Google" target="_blank"><img src="http://www.google.com/favicon.ico"></a><a href="http://www.bing.com/search?q=there" title="Search With Bing" target="_blank"><img src="http://www.bing.com/favicon.ico"></a><a href="http://www.youtube.com/results?search_query=there" title="Search On YouTube" target="_blank"><img src="http://www.youtube.com/favicon.ico"></a><img src="http://translate.google.com/favicon.ico" title="Translate With Google"><img src="http://www.babylon.com/favicon.ico" title="Translate With Babylon"></qtlbar>
        <iframe name="content"></iframe>
</qtl>                                               </div></body>
</html>