Remove bogus #ifndef WORDS_BIGENDIAN.

patch by Emanuele Giaquinta, e.giaquinta glauco it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20026 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-04 08:46:32 +00:00
parent d8badb55dc
commit 77347df36f
1 changed files with 0 additions and 2 deletions

View File

@ -98,7 +98,6 @@ static int control(int cmd, void *arg)
switch(cmd) {
case AOCONTROL_QUERY_FORMAT:
return CONTROL_TRUE;
#ifndef WORDS_BIGENDIAN
case AOCONTROL_GET_VOLUME:
case AOCONTROL_SET_VOLUME:
{
@ -229,7 +228,6 @@ static int control(int cmd, void *arg)
snd_mixer_close(handle);
return CONTROL_OK;
}
#endif
} //end switch
return(CONTROL_UNKNOWN);