Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 576 byte(s)
-import

1 niro 144 --- 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 *