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

15 lines
315 B
Plaintext

$OpenBSD: patch-h263_defs_h,v 1.1 2002/10/06 22:28:49 naddy Exp $
--- h263/defs.h.orig Thu Jun 3 17:53:34 1999
+++ h263/defs.h Sun Oct 6 23:05:29 2002
@@ -8,8 +8,10 @@
#define NUM_LAYERS 4
+#ifndef __OpenBSD__
#ifndef RAND_MAX
# define RAND_MAX 32767 /* sos4 has it not */
+#endif
#endif
#ifdef FALSE