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, 0 insertions, 13 deletions
diff --git a/audio/liba52/patches/patch-af b/audio/liba52/patches/patch-af
deleted file mode 100644
index 2091efe30bf..00000000000
--- a/audio/liba52/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$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);