[vlc] Re: The smallest Vlc possible

Benjamin Pracht bigben+spam at videolan.org
Wed Feb 22 21:05:08 CET 2006


On Mon, Feb 20, 2006, wimille wrote :
> Hi,
> for a specific use of vlc, and particulary of streaming option of vlc, i 
> want to compile the smallest version possible.
> 
> I just want to use, the stream_output without localdisplay, and 
> graphical interface.
> 
> So, in the vlc-config, i cut a big part of builtin modules, like all 
> audio stuff, ipv6, sap, video codec (excepted libmpeg2), and others 
> options.
> 
> But i've problem when i do make.
> Its about one module call : memcpy.
> What this module do?
> And have i to include it ?
> 
> 

Well, as the name indicates it, those plugins are used as achitecure
optimised replacements of the standard libc memcpy function. You need at
least one to run vlc...

Generally, you should rather disable the features you don't need using
the configure script...

-- 
BigBen

-- 
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