Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > c219d305b900b8a75f9f054421b5e5d9 > files > 9

mplayer-1.3.0-12.mga6.src.rpm

diff -up MPlayer-1.2/libao2/ao_alsa.c.equal-signs MPlayer-1.2/libao2/ao_alsa.c
--- MPlayer-1.2/libao2/ao_alsa.c.equal-signs	2014-05-06 21:02:03.000000000 +0200
+++ MPlayer-1.2/libao2/ao_alsa.c	2015-12-31 06:30:05.825251697 +0100
@@ -276,6 +276,8 @@ static void parse_device (char *dest, co
     tmp[0] = ',';
   while ((tmp = strchr(dest, '=')))
     tmp[0] = ':';
+  while ((tmp = strchr(dest, '^')))
+    tmp[0] = '=';
 }
 
 static void print_help (void)