On 01/15/13 10:32, Brad Smith wrote:> On Mon, Jan 14, 2013 at 01:04:25AM
-0500, Brad Smith wrote:
>> Here is an update to a newer MPlayer snapshot.
>>
>> Lightly tested on amd64.
>
> An updated diff after the last commit to the Makefile..
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/mplayer/Makefile,v
> retrieving revision 1.212
> diff -u -p -r1.212 Makefile
> --- Makefile 14 Jan 2013 17:02:15 -0000 1.212
> +++ Makefile 14 Jan 2013 23:31:36 -0000
Hi Brad,
With the command line options "-fs -vo sdl" this updated version exits
before playing anything with:
MPlayer interrupted by signal 11 in module: decode video
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in
DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We
can't and
won't help unless you provide this information when reporting a
possible bug.
$ Parent process disappeared, exiting cache process.
Maybe "-fs" is a depricated option (even though its still in the man
page), cause it goes into fullscreen mode now, without specifying that
option (from memory it didn't do that before).
Apart from that, everything is working well with this update on
amd64-current built yesterday. I tested it with avi, mp4, mkv and flv
video files, and flac and mp3 audio files.
Brett.