diff options
author | rh <rh@pkgsrc.org> | 2003-04-11 09:49:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-11 09:49:19 +0000 |
commit | bcc0e782d96c9fde67c9a3e98ec77622b0e26e93 (patch) | |
tree | dfd9af0fbbd4dae92a1e486be9529b3b9796706a /graphics/xine-lib/patches/patch-aa | |
parent | e2a355f735beb94e99ecf41438f6423e13591084 (diff) | |
download | pkgsrc-bcc0e782d96c9fde67c9a3e98ec77622b0e26e93.tar.gz |
Fix typo: s/ifndef/ifdef/ to make this compile with pth on 1.6.x
Diffstat (limited to 'graphics/xine-lib/patches/patch-aa')
-rw-r--r-- | graphics/xine-lib/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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; |