Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > tainted-updates-src > by-pkgid > 87f6abd9731100975df9ce2bba2ea34a > files > 7

mplayer-1.5-12.1.mga9.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)