Mercurial > mplayer.hg
view DOCS/FREEBSD @ 1261:5bb83ed0db33
- Ask 'gcc' for the name of the assembler binary used by the gcc compiler; use
that binary as the default assembler binary tested for the availability of
MMX/MMXEXT/3DNOW/... instructions
- On solaris, there are a few libraries missing, if you compile MPlayer
without SDL (with SDL, we pick up these libraries from "sdl-config --libs")
Typical problem is a missing nanosleep() from the -lrt library.
author | jkeil |
---|---|
date | Tue, 03 Jul 2001 14:22:23 +0000 |
parents | f2516027a346 |
children | 8ee4ab7de293 |
line wrap: on
line source
Notes for FreeBSD users ======================= 1. To build the package you will need GNU make (gmake, /usr/ports/devel/gmake), native BSD make will not work. 2. To run mplayer you will need to re-compile the kernel with "options USER_LDT" (unless you are running -CURRENT, where this is default). 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom 4. There's no DVD support for FreeBSD yet. Feel free to add them :-) Enjoy (as do I)! -- Vladimir Kushnir