fix build with recent libdvdread

This commit is contained in:
espie 2006-02-19 19:22:06 +00:00
parent 71c3d20c01
commit c3dbdb1d9d
4 changed files with 24 additions and 13 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2005/11/13 06:49:01 marcm Exp $
--- configure.orig Mon Jul 11 06:18:55 2005
+++ configure Mon Jul 11 06:19:56 2005
@@ -28115,7 +28115,7 @@ DEFAULT_AUDIOSRC="osssrc"
$OpenBSD: patch-configure,v 1.4 2006/02/19 19:22:06 espie Exp $
--- configure.orig Sun Sep 4 14:21:34 2005
+++ configure Mon Dec 19 14:36:49 2005
@@ -28114,7 +28114,7 @@ DEFAULT_AUDIOSRC="osssrc"
DEFAULT_VIDEOSRC="v4lsrc"
DEFAULT_VISUALIZER="goom"
case "$host" in
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.3 2005/11/13 06:49:01 marcm Exp $
DEFAULT_AUDIOSINK="sunaudiosink"
DEFAULT_VIDEOSINK="ximagesink"
DEFAULT_AUDIOSRC="sunaudiosrc"
@@ -35836,7 +35836,7 @@ fi
@@ -35338,7 +35338,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_Xv_pic_XvQueryExtension" >&5
echo "${ECHO_T}$ac_cv_lib_Xv_pic_XvQueryExtension" >&6
if test $ac_cv_lib_Xv_pic_XvQueryExtension = yes; then

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-ext_dvdread_dvdreadsrc_c,v 1.1 2006/02/19 19:22:06 espie Exp $
--- ext/dvdread/dvdreadsrc.c.orig Sun Feb 19 20:03:42 2006
+++ ext/dvdread/dvdreadsrc.c Sun Feb 19 20:03:54 2006
@@ -34,6 +34,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
+#include <stdint.h>
//#include <linux/cdrom.h>
#include <assert.h>

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gconf_Makefile_in,v 1.3 2005/11/13 06:49:01 marcm Exp $
--- gconf/Makefile.in.orig Thu Jun 30 16:10:56 2005
+++ gconf/Makefile.in Mon Jul 11 05:27:53 2005
@@ -875,13 +875,7 @@ gstreamer-@GST_MAJORMINOR@.schemas: gstr
$OpenBSD: patch-gconf_Makefile_in,v 1.4 2006/02/19 19:22:06 espie Exp $
--- gconf/Makefile.in.orig Sun Sep 4 14:19:41 2005
+++ gconf/Makefile.in Mon Dec 19 14:36:49 2005
@@ -851,13 +851,7 @@ gstreamer-@GST_MAJORMINOR@.schemas: gstr
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
install-data-local:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-sys_oss_Makefile_in,v 1.3 2005/11/13 06:49:01 marcm Exp $
--- sys/oss/Makefile.in.orig Thu Jun 30 16:12:18 2005
+++ sys/oss/Makefile.in Mon Jul 11 05:30:44 2005
@@ -388,7 +388,7 @@ LIBOIL_CFLAGS = @LIBOIL_CFLAGS@
$OpenBSD: patch-sys_oss_Makefile_in,v 1.4 2006/02/19 19:22:06 espie Exp $
--- sys/oss/Makefile.in.orig Sun Sep 4 14:21:13 2005
+++ sys/oss/Makefile.in Mon Dec 19 14:36:49 2005
@@ -368,7 +368,7 @@ LIBOIL_CFLAGS = @LIBOIL_CFLAGS@
LIBOIL_LIBS = @LIBOIL_LIBS@
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
LIBPNG_LIBS = @LIBPNG_LIBS@