blob: 7261fe77e531c6013554904a6fb2fa161103d4ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- wrapper.c.orig Tue Oct 10 14:08:39 1995
+++ wrapper.c Sat Jun 20 00:48:55 1998
@@ -54,2 +54,7 @@
+#ifdef __NetBSD__
+#include <stdlib.h>
+#include <string.h>
+#endif
+
#define BUF_LENGTH 80000
@@ -327,3 +332,3 @@
---------------------------------------------------------------------------- */
-void SetMPEGOption (MPEGOptionEnum Option, int Value)
+void SetMPEGOption (MPEGOptionEnum Option, long Value)
{
|