summaryrefslogtreecommitdiff
path: root/graphics/xine-lib/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xine-lib/patches/patch-as')
-rw-r--r--graphics/xine-lib/patches/patch-as13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/xine-lib/patches/patch-as b/graphics/xine-lib/patches/patch-as
deleted file mode 100644
index 2073ff42de8..00000000000
--- a/graphics/xine-lib/patches/patch-as
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-as,v 1.1 2003/10/06 07:21:57 mycroft Exp $
-
---- src/video_out/video_out_none.c.orig 2003-07-13 19:29:04.000000000 +0000
-+++ src/video_out/video_out_none.c 2003-10-06 07:16:41.000000000 +0000
-@@ -95,6 +95,8 @@
- abort();
- }
-
-+ pthread_mutex_init (&frame->vo_frame.mutex, NULL);
-+
- frame->vo_frame.base[0] = NULL;
- frame->vo_frame.base[1] = NULL;
- frame->vo_frame.base[2] = NULL;