summaryrefslogtreecommitdiff
path: root/graphics/xv/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Link with -lgnumalloc. Silence <malloc.h> warning along the way.Satoshi Asami1995-07-051-0/+74
| | | | | | | | | | | | | | | | | | | | Original idea is ---------------- From: Kai Vorma <vode@snakemail.hut.fi> To: Lars Gerhard Kuehl <lars@elbe.desy.de> Cc: FreeBSD-hackers@freefall.cdrom.com Subject: Re: dlmalloc : Okay, not faster, but it used memory better. Try xv with standard malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv grows until it hits datasize limit (16MB) and dies (usually after 10 or so big jpegs). With dlmalloc xv's VZS was about 15MB after last picture of that particular set and with GNU malloc it was about 11MB. : Notes: svn path=/head/; revision=1924
* Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)Satoshi Asami1995-02-151-0/+52
to render .ps files. Also calls gunzip to uncompress compressed files. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=985