Mercurial > mplayer.hg
changeset 20020:feeccd92c462
Remove bogus #ifndef WORDS_BIGENDIAN.
patch by Emanuele Giaquinta, e.giaquinta glauco it
author | diego |
---|---|
date | Wed, 04 Oct 2006 08:46:32 +0000 |
parents | 0ab333ee888c |
children | 26c7081ad13a |
files | libao2/ao_alsa.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_alsa.c Wed Oct 04 08:19:58 2006 +0000 +++ b/libao2/ao_alsa.c Wed Oct 04 08:46:32 2006 +0000 @@ -98,7 +98,6 @@ switch(cmd) { case AOCONTROL_QUERY_FORMAT: return CONTROL_TRUE; -#ifndef WORDS_BIGENDIAN case AOCONTROL_GET_VOLUME: case AOCONTROL_SET_VOLUME: { @@ -229,7 +228,6 @@ snd_mixer_close(handle); return CONTROL_OK; } -#endif } //end switch return(CONTROL_UNKNOWN);