1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/multimedia/vic/files/patch-ao
Steve Price 59e4b7969b Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-29 03:41:33 +00:00

12 lines
300 B
Plaintext

--- transcoder-jpeg.cc.orig Sun Nov 28 19:15:40 1999
+++ transcoder-jpeg.cc Sun Nov 28 19:15:57 1999
@@ -138,7 +138,7 @@
rval = target_->consume(df);
// update CR vec
- register blkno;
+ register int blkno;
int s;
for (blkno = 0; blkno < crvlen_; blkno++) {
s = CR_STATE(crvec_[blkno]);