summaryrefslogtreecommitdiff
path: root/misc/gst-plugins/patches/patch-ad
blob: 1d0af2d39fb8a0d3d5047d44cca42884465bcdd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1.1.1 2003/04/25 04:43:51 rh Exp $

--- ext/dvdread/dvdreadsrc.c.orig	2002-05-27 03:39:45.000000000 +1000
+++ ext/dvdread/dvdreadsrc.c
@@ -47,7 +47,11 @@
 #include <sys/types.h>
 #include <dirent.h>
 #include <errno.h>
+#ifdef __linux__
 #include <linux/cdrom.h>
+#else
+#include <sys/cdio.h>
+#endif
 #include <assert.h>
 
 #include <dvdreadsrc.h>