Magellan Linux

Contents of /trunk/beep-media-player/beep-media-player-0.9.7-alsa-as-default.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations) (download)
Thu May 5 20:06:38 2005 UTC (19 years ago) by niro
File size: 576 byte(s)
force use of alsa as default plugin

1 --- bmp-0.9.7/beep/main.c 2004-12-04 09:04:24.000000000 +0000
2 +++ bmp-0.9.7-alsa-fix/beep/main.c 2005-05-05 20:16:07.000000000 +0000
3 @@ -506,7 +506,7 @@
4 if (!cfg.outputplugin) {
5 #ifdef HAVE_OSS
6 cfg.outputplugin = g_build_filename(PLUGIN_DIR, plugin_dir_list[0],
7 - PLUGIN_FILENAME("OSS"), NULL);
8 + PLUGIN_FILENAME("ALSA"), NULL);
9 #else
10 /* FIXME: This implicitly means the output plugin that is
11 * first in the alphabet will be used (usually the disk writer

Properties

Name Value
svn:executable *