Mercurial > mplayer.hg
diff gui/interface.c @ 27387:eb7bdbd98210
Rename some audio-output-related preprocessor directives.
Switch them from a HAVE_ prefix to a CONFIG_ prefix.
| author | diego |
|---|---|
| date | Tue, 05 Aug 2008 16:32:47 +0000 |
| parents | 14c5017f40d2 |
| children | 9d95dc936e66 |
line wrap: on
line diff
--- a/gui/interface.c Tue Aug 05 08:51:17 2008 +0000 +++ b/gui/interface.c Tue Aug 05 16:32:47 2008 +0000 @@ -842,7 +842,7 @@ free(tmp); } #endif -#if defined(HAVE_ALSA9) || defined (HAVE_ALSA1X) +#if defined(CONFIG_ALSA9) || defined (CONFIG_ALSA1X) if ( audio_driver_list && !gstrncmp( audio_driver_list[0],"alsa",4 ) ) { char *tmp;
