pkgsrc/audio/bmp/patches/patch-aa
jmmv 83017eb95e Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix the
problems with GCC 4 but they seem to not have gone away completely; hence,
disabling optimizations with this compiler.

Enhancements
* New (free) ClearSky skin by Will Reinhart
* New desktop icon
* New GConf schema
* New multi-thread mode for ALSA plugin
* Support for customizable accelerators
* Queue support in Jump to Track
* Partial support for new XMMS 1.2.11 remote control functions
* New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese)
  and updates

Miscellaneous
* Log file renamed to 'log'
* Minor GUI tweaks

Bugfixes
* Fixed some ALSA playback issues
* Fixed crashes when output plugin returning sound volume for only 1 channel
* Fixed crashes when input plugins do not set title when getting song info
* Fixed infinite recursion in logger
* Fixed bogus values returned by xmms_remote_get_info()
* Fixed general/visualization plugin About dialogs not opening correctly
* Fixed centering of playlist in Playlist Editor
* Fixed incorrect length of 1st track read from .m3u files
* Fixed gcc4 compilation errors
* Fixed 64-bit issues setting/getting ESD volume
* Fixed MimeType value in desktop file
* Fixed text clipping of non-ASCII titles in Playlist Editor
2006-07-31 21:43:55 +00:00

22 lines
700 B
Text

$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)
{