openbsd-ports/mbone/vic/patches/patch-encoder-jpeg_cc
naddy 9759e5be25 - Regen patches.
- Honor CC, CFLAGS.
- Make this compile with gcc3.
2002-10-06 22:28:49 +00:00

18 lines
516 B
Plaintext

$OpenBSD: patch-encoder-jpeg_cc,v 1.1 2002/10/06 22:28:49 naddy Exp $
--- encoder-jpeg.cc.orig Mon Oct 7 00:19:26 2002
+++ encoder-jpeg.cc Mon Oct 7 00:19:35 2002
@@ -126,12 +126,12 @@ class JpegEncoder : public TransmitterMo
void size(int w, int h);
int consume(const VideoFrame*);
- protected:
struct huffentry {
u_short val;
u_short nb;
};
+ protected:
int command(int argc, const char*const* argv);
int flush(Transmitter::pktbuf* pb, int nbit, Transmitter::pktbuf* npb);