[vlc] How to reduce VLC's size?

Rémi Denis-Courmont rem at videolan.org
Sun Oct 19 12:31:18 CEST 2008


Le dimanche 19 octobre 2008 13:19:45 Vedran Miletić, vous avez écrit :
> 6kb is impossible to reach with VLC.

For the _executable_, it is very possible:

% git describe
0.9.0-1499-gd859e6b
% strip build/bin/.libs/vlc
% stat build/bin/.libs/vlc
  File: `build/bin/.libs/vlc'
  Size: 6676            Blocks: 16         IO Block: 4096   fichier régulier
Device: fe02h/65026d    Inode: 2052660     Links: 1
Access: (0755/-rwxr-xr-x)  Uid: ( 1000/    remi)   Gid: (  100/   users)
Access: 2008-10-19 11:18:25.000000000 +0300
Modify: 2008-10-19 11:18:25.000000000 +0300
Change: 2008-10-19 11:18:25.000000000 +0300

As for stripped run-time (libvlccore), it should be the order of 1Mb.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary



More information about the vlc mailing list