Page 1 of 1

VLC 0.8.5 command line only parameters for FreeBSD port?

Posted: 10 May 2006 22:15
by Robo
Anyone can tell me what I need to change in Makefile.inc and/or Makefile for the /usr/ports/multimedia/vlc to install only the command prompt version of vlc, without all the extra ports for the X?

I wanna use vlc for multicast streaming, not an X player.

Re: VLC 0.8.5 command line only parameters for FreeBSD port?

Posted: 11 May 2006 08:28
by Basil
Anyone can tell me what I need to change in Makefile.inc and/or Makefile for the /usr/ports/multimedia/vlc to install only the command prompt version of vlc, without all the extra ports for the X?

I wanna use vlc for multicast streaming, not an X player.
May be
make WITHOUT_WXGTK=yes WITHOUT_SKINS=yes

cd /usr/ports/multimedia/vlc
grep WITHOUT Makefile
and look strings :-)