summaryrefslogtreecommitdiff
path: root/graphics/xine-lib/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xine-lib/patches/patch-ah')
-rw-r--r--graphics/xine-lib/patches/patch-ah8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xine-lib/patches/patch-ah b/graphics/xine-lib/patches/patch-ah
index f233db312bf..840d3fc526a 100644
--- a/graphics/xine-lib/patches/patch-ah
+++ b/graphics/xine-lib/patches/patch-ah
@@ -1,12 +1,12 @@
-$NetBSD: patch-ah,v 1.1.1.1 2003/04/06 11:06:02 rh Exp $
+$NetBSD: patch-ah,v 1.2 2003/04/11 09:19:54 rh Exp $
---- src/xine-engine/video_out.c.orig 2003-04-06 07:51:45.000000000 +1000
+--- src/xine-engine/video_out.c.orig 2003-04-06 10:23:10.000000000 +1000
+++ src/xine-engine/video_out.c
-@@ -1437,7 +1437,9 @@ xine_video_port_t *vo_new_port (xine_t *
+@@ -1443,7 +1443,9 @@ xine_video_port_t *vo_new_port (xine_t *
this->grab_only = 0;
pthread_attr_init(&pth_attrs);
-+#ifdef PTHREAD_SCOPE_SYSTEM
++#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
pthread_attr_setscope(&pth_attrs, PTHREAD_SCOPE_SYSTEM);
+#endif