<div dir="ltr">Thank you,<div>I did it by changing libav recipe on cerbero as follow:</div><div><div>configure_options = "--with-libav-extra-configure=\"--disable-everything --enable-decoder=h264\" --enable-shared --enable-lgpl --disable-examples"  </div>
</div><div><br></div><div>Now libav plugin as only avdeinterlace and avdec_h264, size is about 6M instead of 31M</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 27, 2014 at 2:33 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On So, 2014-07-27 at 11:19 +0200, lestoilfante wrote:<br>
> Hello,<br>
> is it possible to build gst-libav plugin only with h264 support?<br>
><br>
> I would like to decrease plugin's final size so I was thinking to strip<br>
> down unneeded codecs. I need libav only to decode h264 inside mp4 or<br>
> matroska files.<br>
<br>
</div></div>You can build libav with less codecs manually and then link gst-libav to<br>
that external libav. Alternatively you can change the configure<br>
parameters that we pass to libav in gst-libav's <a href="http://configure.ac" target="_blank">configure.ac</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><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>
<br></blockquote></div><br></div>