[MPlayer-dev-eng] [PATCH] alsa gcc 3.4 fixes

Zsolt Barat barat at medien.uni-weimar.de
Thu Jul 29 14:20:20 CEST 2004


Chris White wrote:

> Fixes a small issue with some switch/case logic in ao_alsa9 that 
> causes gcc 3.4 to complain. (Also in pre5)
>
>------------------------------------------------------------------------
>
>--- libao2/ao_alsa9.c.org	2003-10-04 12:28:58.000000000 -0500
>+++ libao2/ao_alsa9.c	2004-04-10 15:28:37.057002080 -0500
>@@ -341,7 +341,7 @@
>             strcpy(devstr, "surround51");
>             alsa_device = devstr;
>            break;
>-          default:
>+          default: ;
>         }
>     }
> 
>  
>
ao_alsa9 and ao_alsa1x are depraceated. all functionality (for both 
versions are now in ao_alsa). the 'gcc 3.4 fix' is already in ao_alsa. 
please check it out.
i think i remove alsa9+alsa1x now, cause it seems to confuse people.

greetz

zsolt




More information about the MPlayer-dev-eng mailing list