pkgsrc/graphics/netpbm/patches/patch-an
schwarz a4efb4c0c3 added support for IRIX 5 and in particular the SGI IDO cc.
patches were discussed with Bryan Henderson, maintainer of the netpbm
code.
2006-10-03 22:56:50 +00:00

31 lines
1.2 KiB
Text

$NetBSD: patch-an,v 1.3 2006/10/03 22:56:51 schwarz Exp $
--- converter/ppm/ppmtompeg/headers/prototypes.h.orig 2006-09-30 16:51:04.000000000 +0200
+++ converter/ppm/ppmtompeg/headers/prototypes.h 2006-09-30 17:01:04.000000000 +0200
@@ -47,7 +47,7 @@
void ResetIFrameStats _ANSI_ARGS_((void));
void
SetPixelSearch(const char * const searchType);
-void SetIQScale _ANSI_ARGS_((int qI));
+void SetIQScale _ANSI_ARGS_((int const qI));
void SetPQScale _ANSI_ARGS_((int qP));
void SetBQScale _ANSI_ARGS_((int qB));
float EstimateSecondsPerIFrame _ANSI_ARGS_((void));
@@ -56,7 +56,7 @@
void SetGOPSize _ANSI_ARGS_((int size));
void
SetStatFileName(const char * const fileName);
-void SetSlicesPerFrame _ANSI_ARGS_((int number));
+void SetSlicesPerFrame _ANSI_ARGS_((int const number));
void SetBlocksPerSlice _ANSI_ARGS_((void));
@@ -64,7 +64,7 @@
void PPMtoYCC _ANSI_ARGS_((MpegFrame * mf));
-void MotionSearchPreComputation _ANSI_ARGS_((MpegFrame *frame));
+void MotionSearchPreComputation _ANSI_ARGS_((MpegFrame * const frame));
void ComputeHalfPixelData _ANSI_ARGS_((MpegFrame *frame));
void mp_validate_size _ANSI_ARGS_((int *x, int *y));