diff options
Diffstat (limited to 'audio/darkice/patches/patch-aa')
-rw-r--r-- | audio/darkice/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/darkice/patches/patch-aa b/audio/darkice/patches/patch-aa new file mode 100644 index 00000000000..8613f64bc2d --- /dev/null +++ b/audio/darkice/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/01/09 17:23:45 xtraeme Exp $ + +--- src/aflibConverter.h.orig 2003-05-09 10:55:25.000000000 +0200 ++++ src/aflibConverter.h 2003-05-09 10:55:38.000000000 +0200 +@@ -222,8 +222,8 @@ + bool interpFilt; + bool largeFilter; + bool linearInterp; +-short ** _X; +-short ** _Y; ++short ** __X; ++short ** __Y; + unsigned int _Time; + double _factor; + int _nChans; |