Page 1 of 1

how to compile without gui?

Posted: 27 Oct 2005 08:07
by drus
i need only command line support. i've tried flags
--disable-x11 --disable-glx --disable-opengl --disable-skins2 --disable-wxwindows --disable-visual
but vlc is a window again. i need to make vlc as smaller, as i can

Posted: 27 Oct 2005 19:21
by butler
Where will the video go if you don't have a window to draw it in?

Posted: 28 Oct 2005 08:39
by drus
i want to stream it. capture from v4l, encode and stream over http

Posted: 28 Oct 2005 09:31
by xtophe
You can add --disable-xvideo. but anyway when you stream the video window won't open.

Or heavy method you go in modules/video_output and delete all the .so

hth