diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 06:11:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 06:11:11 +0000 |
commit | f0b0ed72c71f3f7e38e20b02ca52dbc574a7d0a3 (patch) | |
tree | 226de23ce10fff1db94c2d353954e621dc033840 /multimedia/mplayer/files/patch-ab | |
parent | New port: (diff) |
New Port:
This is the port of mplayer, a project which has the effort
to become a very stable and useful movie player.
It is based on the windows codec compilation and
provides the ability to play many formats
in a very good quality without much CPU comsumption.
WWW: http://mplayer.sourceforge.net
PR: 29944
Submitted by: riggs@f113.hadiko.de
Diffstat (limited to 'multimedia/mplayer/files/patch-ab')
-rw-r--r-- | multimedia/mplayer/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-ab b/multimedia/mplayer/files/patch-ab new file mode 100644 index 000000000000..dd5250a5197a --- /dev/null +++ b/multimedia/mplayer/files/patch-ab @@ -0,0 +1,13 @@ +*** /home/volodya/usr/ports/graphics/mplayer/work/MPlayer-0.18pre5/DOCS/FREEBSD Thu Jun 21 03:06:40 2001 +--- DOCS/FREEBSD Thu Aug 16 03:54:08 2001 +*************** +*** 6,11 **** +--- 6,13 ---- + + 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). ++ If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it ++ (FreeBSD-STABLE required, or use kernel patches). + + 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a + symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom |