summaryrefslogtreecommitdiff
path: root/graphics/xine-lib
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-11 09:49:19 +0000
committerrh <rh@pkgsrc.org>2003-04-11 09:49:19 +0000
commitbcc0e782d96c9fde67c9a3e98ec77622b0e26e93 (patch)
treedfd9af0fbbd4dae92a1e486be9529b3b9796706a /graphics/xine-lib
parente2a355f735beb94e99ecf41438f6423e13591084 (diff)
downloadpkgsrc-bcc0e782d96c9fde67c9a3e98ec77622b0e26e93.tar.gz
Fix typo: s/ifndef/ifdef/ to make this compile with pth on 1.6.x
Diffstat (limited to 'graphics/xine-lib')
-rw-r--r--graphics/xine-lib/distinfo6
-rw-r--r--graphics/xine-lib/patches/patch-aa4
-rw-r--r--graphics/xine-lib/patches/patch-ab4
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xine-lib/distinfo b/graphics/xine-lib/distinfo
index 8b9a4add91f..4e369e11149 100644
--- a/graphics/xine-lib/distinfo
+++ b/graphics/xine-lib/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2003/04/11 09:19:53 rh Exp $
+$NetBSD: distinfo,v 1.3 2003/04/11 09:49:19 rh Exp $
SHA1 (xine-lib-1-beta10.tar.gz) = 7e3274691e5ea85d20acb1a1fdc2f4a31954697b
Size (xine-lib-1-beta10.tar.gz) = 3799902 bytes
-SHA1 (patch-aa) = 5c7bd0a40f0039e15542131d38dda4ca98add552
-SHA1 (patch-ab) = 0521173759ee09b08c0a6d79db630d6851e148fb
+SHA1 (patch-aa) = 692e3266d6250899daee1cf1c5e6733f8576a5f4
+SHA1 (patch-ab) = 4da2e4cdcb0f0f5273eae4caa196c06e3ae6064b
SHA1 (patch-ac) = 3a3ba0bf3262f28e58cac81eac158a29786045a3
SHA1 (patch-ad) = fbd78c81a6dc0eafbf2c11519ba53b24b73a8669
SHA1 (patch-ae) = cf7486ed50a782fcfb17ad0985e76a7ae09a2938
diff --git a/graphics/xine-lib/patches/patch-aa b/graphics/xine-lib/patches/patch-aa
index 3781532fcfa..5ede22f88c2 100644
--- a/graphics/xine-lib/patches/patch-aa
+++ b/graphics/xine-lib/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2003/04/11 09:19:54 rh Exp $
+$NetBSD: patch-aa,v 1.3 2003/04/11 09:49:20 rh Exp $
--- src/xine-engine/video_decoder.c.orig 2003-04-06 10:23:10.000000000 +1000
+++ src/xine-engine/video_decoder.c
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 2003/04/11 09:19:54 rh Exp $
void video_decoder_init (xine_stream_t *stream) {
pthread_attr_t pth_attrs;
-+#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
++#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
struct sched_param pth_params;
+#endif
int err, num_buffers;
diff --git a/graphics/xine-lib/patches/patch-ab b/graphics/xine-lib/patches/patch-ab
index 36ce3f05828..206609378d6 100644
--- a/graphics/xine-lib/patches/patch-ab
+++ b/graphics/xine-lib/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2003/04/11 09:19:54 rh Exp $
+$NetBSD: patch-ab,v 1.3 2003/04/11 09:49:20 rh Exp $
--- src/xine-engine/audio_decoder.c.orig 2003-04-06 10:23:10.000000000 +1000
+++ src/xine-engine/audio_decoder.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.2 2003/04/11 09:19:54 rh Exp $
void audio_decoder_init (xine_stream_t *stream) {
pthread_attr_t pth_attrs;
-+#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
++#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
struct sched_param pth_params;
+#endif
int err;