Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > tainted-updates-src > by-pkgid > 5855a2583c3944658c6e0520a8cea5a6 > files > 9

mplayer-1.3.0-12.mga6.tainted.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)