pkgsrc/multimedia/libmpeg3/patches/patch-ai
xtraeme 53e53ad7e5 Update to 1.7:
Frames are cached when reading the first frame after a seek. This allows
faster reverse playback.
2008-02-20 09:56:44 +00:00

13 lines
409 B
Text

$NetBSD: patch-ai,v 1.2 2008/02/20 09:56:44 xtraeme Exp $
--- a52dec-0.7.3/liba52/parse.c.orig 2008-02-19 19:41:19.000000000 +0100
+++ a52dec-0.7.3/liba52/parse.c 2008-02-19 19:41:32.000000000 +0100
@@ -32,7 +32,7 @@
#include "bitstream.h"
#include "tables.h"
-#ifdef HAVE_MEMALIGN
+#if 0
/* some systems have memalign() but no declaration for it */
void * memalign (size_t align, size_t size);
#else