summaryrefslogtreecommitdiff
path: root/audio/liba52/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/liba52/patches/patch-af')
-rw-r--r--audio/liba52/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/liba52/patches/patch-af b/audio/liba52/patches/patch-af
new file mode 100644
index 00000000000..2091efe30bf
--- /dev/null
+++ b/audio/liba52/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2002/01/21 21:31:32 wiz Exp $
+
+--- liba52/bitstream.c.orig Wed Aug 15 14:36:53 2001
++++ liba52/bitstream.c
+@@ -38,7 +38,7 @@
+ {
+ int align;
+
+- align = (int)buf & 3;
++ align = (long)buf & 3;
+ buffer_start = (uint32_t *) (buf - align);
+ bits_left = 0;
+ bitstream_get (align * 8);