Merge from vendor branch TNF:
[pkgsrc.git] / graphics / mpeg-lib / patches / patch-aa
1 $NetBSD$
2
3 --- wrapper.c.orig      Tue Oct 10 14:08:39 1995
4 +++ wrapper.c   Sat Jun 20 00:48:55 1998
5 @@ -54,2 +54,7 @@
6  
7 +#ifdef __NetBSD__
8 +#include <stdlib.h>
9 +#include <string.h>
10 +#endif
11 +
12  #define BUF_LENGTH 80000
13 @@ -327,3 +332,3 @@
14  ---------------------------------------------------------------------------- */
15 -void SetMPEGOption (MPEGOptionEnum Option, int Value)
16 +void SetMPEGOption (MPEGOptionEnum Option, long Value)
17  {