6f08bc466e
based on diff from MAINTAINER for 0.90rc3
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
$OpenBSD: patch-libmpdemux_stream_c,v 1.6 2003/02/16 07:25:18 brad Exp $
|
|
--- libmpdemux/stream.c.orig Sun Jan 12 21:16:28 2003
|
|
+++ libmpdemux/stream.c Mon Jan 20 00:35:46 2003
|
|
@@ -24,7 +24,7 @@ extern int verbose; // defined in mplaye
|
|
|
|
#ifdef HAVE_VCD
|
|
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
#include "vcd_read_fbsd.h"
|
|
#elif defined(__NetBSD__)
|
|
#include "vcd_read_nbsd.h"
|