pkgsrc - initial commit
[pkgsrc.git] / audio / bmp / patches / patch-aa
1 $NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $
2
3 --- beep/softvolume.c.orig      2004-06-20 20:48:54.000000000 +0200
4 +++ beep/softvolume.c
5 @@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
6   *
7   **************************************************************************/
8  
9 -G_INLINE_FUNC void
10 +inline void
11  effect_16bit(gint max, gint min, guint length, gint16 * sdata,
12               SoftVolumeConfig * c)
13  {
14 @@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
15   *
16   **************************************************************************/
17  
18 -G_INLINE_FUNC void
19 +inline void
20  effect_8bit(gint max, gint min, guint length, gint8 * sdata,
21              SoftVolumeConfig * c)
22  {