summaryrefslogtreecommitdiff
path: root/graphics/mpeg_encode
AgeCommit message (Collapse)Author
1999-08-25Change Id->FreeBSD.David E. O'Brien
1998-10-13Unbreak for ELF.Justin M. Seger
Submitted by: steve
1998-10-12Mark BROKEN for ELF:Justin M. Seger
gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm gcc: jpeg/libjpeg.a: No such file or directory
1998-10-05Make sure to remove everything we install.Steve Price
1998-08-23Use the MANx variables. This commit only covers ports thatTim Vanderhoek
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
1997-03-25MASTER_SITES updated.Masafumi Max NAKANE
Submitted by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2953.)
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-08-02Just a little variable reordering. (WRKSRC goes after MAINTAINER.)Satoshi Asami
1996-08-02Remove empty line.Satoshi Asami
1996-08-01new port for UCB's MPEG-I encoder.Eric L. Hernes