<div dir="ltr"><div>You build it like any Linux app. ./configure <options> ; make ; sudo make install<br><br></div>Of course, this assumes that you changed the source code in place. ./configure --help (or something like that) to get a list of the available options for configure. I like to create a script with the options so that I always enter the same ones. That makes it much easier.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 27, 2014 at 9:03 AM, adala <span dir="ltr"><<a href="mailto:dala@ece.fr" target="_blank">dala@ece.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone, (I'm on linux Ubuntu)<br>
<br>
I've been working using gstreamer and I wanted to modify a plugin<br>
(xvimagesink) in gst-plugin-base.<br>
<br>
I add some code in this plugin.<br>
<br>
The problem is that I don't know how to compile and rebuild all with my code<br>
in the plugin.<br>
<br>
Do you have any tuto? Can someone help me to fix this problem please?<br>
<br>
Thank you a lot<br>
<br>
Adel<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Compile-and-build-gstreamer-plugin-tp4667196.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Compile-and-build-gstreamer-plugin-tp4667196.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>