Files
pkgsrc-ng/audio/bmp/patches/patch-aa
2013-09-26 17:14:40 +02:00

23 lines
700 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $
--- beep/softvolume.c.orig 2004-06-20 20:48:54.000000000 +0200
+++ beep/softvolume.c
@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
*
**************************************************************************/
-G_INLINE_FUNC void
+inline void
effect_16bit(gint max, gint min, guint length, gint16 * sdata,
SoftVolumeConfig * c)
{
@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
*
**************************************************************************/
-G_INLINE_FUNC void
+inline void
effect_8bit(gint max, gint min, guint length, gint8 * sdata,
SoftVolumeConfig * c)
{