Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2001 10:29:46 +0200
From:      German Tischler <tanis@gaspode.franken.de>
To:        Jorge Ramirez <ijand2@yahoo.com>
Cc:        FreeBSD Newbies <freebsd-newbies@FreeBSD.ORG>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: DVD Player
Message-ID:  <20010708102946.A8343@gaspode.franken.de>
In-Reply-To: <20010708052555.255DB37B407@hub.freebsd.org>; from ijand2@yahoo.com on Sun, Jul 08, 2001 at 01:25:48AM -0400
References:  <20010708052555.255DB37B407@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jul 08, 2001 at 01:25:48AM -0400, Jorge Ramirez wrote:
> Does anyone know of some god dvd playing software for freebsd?

The following works quite good for me:

1. install libSDL from the ports
	> cd /usr/ports/devel/sdl12 && make install
2. install the videolan client
	> cvs -d :pserver:anonymous@anoncvs.videolan.org:/var/cvs/videolan \
        	login
	# this will ask you for a password, just hit enter
	> cvs -d :pserver:anonymous@anoncvs.videolan.org:/var/cvs/videolan \
        	-z3 checkout vlc
	> cd vlc
	# the following is in bourne shell syntax
	> CFLAGS=3D-pthread && CXXFLAGS=3D-pthread && LDFLAGS=3D-pthread && \
        	export CFLAGS CXXFLAGS LDFLAGS && \
        > sh configure --prefix=3D/usr/local --with-sdl=3D/usr/local   =20
	> gmake
	> gmake install
3. run /usr/local/bin/vlc

--gt

--UlVJffcvxoiEqYs2
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iQEVAwUBO0gZ+r7hO6NLB/FvAQHt+wgApc0XhXDGsq7L3ZNiENbLeo+AcqNRQbjK
361jiHZUBwdw0BKCeqUYlCywtr1yaGAlfKaSY2cime7Ihqxr9sdfzJWPAAw6I45d
cjlUkjGKzwizomqTyiIcHKFX7/BtaAac5a4e1IFJPjbjs3bYX8ZLJczMUv9QA81C
0cKJObbxjrBJu+LSkbBQqji06HBZdFzWgAj6Za42DfYeoDASUN/b97+iu4ejkOzi
oKdvzy4tpdhtvdTbSLI5lZv5eRbjpJD3WKB1UmjW9Ez2QzcqLiaIvXyR1VzXTJU4
2itYPfHEnrhi5vmIqYs9RueRwURRHw1xT7XeJSIINBH9oiYIIZ0qLg==
=w0gQ
-----END PGP SIGNATURE-----

--UlVJffcvxoiEqYs2--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010708102946.A8343>