[vlc] Re: How to shrink vlc binary size

Christophe Mutricy xtophe at nxtelevision.com
Fri Jan 5 11:07:19 CET 2007


On Fri, Jan 05, 07 at 17:18 +0800, hu senbo wrote:
> Hi everybody,
> 
> I recently compiled vlc by myself for customization because I want my vlc as
> small as possible.
> Therefore I disable many options and --disable-static --enable-shared.
> After successfully compiled and installed, I find that the size of vlc
> executable binary is
> so big about 9.6MB. And I find the vlc binary in the debian package is small
> (about 1.2MB).
> Could anyone give some suggestions that how to make vlc binary as small as
> possible?

The debian binary use the library present on the system and dynamically
load them.

The win32 build is statically linked to the libs. so the modules can be
quite big (for example the ffmpeg one or wxwidget)
 
hth,

-- 
Xtophe

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list