pkgsrc/audio/liba52/patches/patch-aa
wiz c4707ec0e4 Update to 0.7.3, provided by veego.
Changes since 0.7.1b:
Performance enhancements, from 40% to 80% depending on streams.

Fixed a few embarassing bugs in liba52: one memory corruption issue
and a few minor portability problems.

Several new output modules, and fixes in the existing .wav file output.

Minor bugfixes, performance and portability enhancements.

Also added wav format output, and reduced the demux buffer size which
makes it easier to use a52dec as a pipe.
2002-06-16 18:08:05 +00:00

13 lines
371 B
Text

$NetBSD: patch-aa,v 1.2 2002/06/16 18:08:05 wiz Exp $
--- libao/configure.incl.orig Sun Feb 17 10:23:15 2002
+++ libao/configure.incl Thu Jun 13 10:27:49 2002
@@ -19,6 +19,8 @@
case "$host" in
*-sun-solaris*)
AC_DEFINE([LIBAO_SOLARIS],,[libao solaris support]);;
+ *-netbsd*)
+ AC_DEFINE([LIBAO_SOLARIS],,[libao solaris compat support]);;
esac
fi