<div dir="ltr">I did a strip in MingW and sizes only got a bit smaller.<div><br></div><div><img src="cid:ii_1448ac2b76406e29" alt="ÄÚǶͼƬ 1" width="1091" height="346"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-03-04 12:22 GMT+11:00 YIRAN LI <span dir="ltr"><<a href="mailto:mrfun.china@gmail.com" target="_blank">mrfun.china@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Great thanks Carl,<div><br></div><div>Could you also let me know how to strip the Windows dll, I have no experience on this :D. Of course I'll also try to work it out myself.</div><div><br></div><div>Thanks</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-04 11:14 GMT+11:00 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span>:<div><div class="h5">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>YIRAN LI <mrfun.china@...> writes:<br>
<br>
> I'm building ffmpeg dlls for Windows using MingW, and<br>
> the dlls I got seems quite large. libavcodec 8 MB and<br>
> libavformat 1.5 MB.<br>
<br>
</div>This sounds like unstripped sizes, as explained you<br>
normally want stripped libraries (that are significantly<br>
smaller).<br>
If you don't need all decoders, use the configure option<br>
--disable-everything and enable the parts of FFmpeg you<br>
need (there are also --disable-encoders and friends, see<br>
configure --help).<br>
<br>
You may want to test the result of your configure line,<br>
note that for example some demuxers have dependencies<br>
that are not immediately obvious, and parsers are often<br>
needed.<br>
<br>
Note that combining libavcodec and libavformat into one<br>
library is not supported here, if you do it, please do<br>
not ask for support;-)<br>
<br>
(You may of course ask for support if your particular<br>
configure line does not work the way you need it: Just<br>
post it and tell us what doesn't work.)<br>
<span><font color="#888888"><br>
Carl Eugen<br>
</font></span><div><div><br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>