mirror of https://github.com/mpv-player/mpv
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:
parent
d8badb55dc
commit
77347df36f
|
@ -98,7 +98,6 @@ static int control(int cmd, void *arg)
|
||||||
switch(cmd) {
|
switch(cmd) {
|
||||||
case AOCONTROL_QUERY_FORMAT:
|
case AOCONTROL_QUERY_FORMAT:
|
||||||
return CONTROL_TRUE;
|
return CONTROL_TRUE;
|
||||||
#ifndef WORDS_BIGENDIAN
|
|
||||||
case AOCONTROL_GET_VOLUME:
|
case AOCONTROL_GET_VOLUME:
|
||||||
case AOCONTROL_SET_VOLUME:
|
case AOCONTROL_SET_VOLUME:
|
||||||
{
|
{
|
||||||
|
@ -229,7 +228,6 @@ static int control(int cmd, void *arg)
|
||||||
snd_mixer_close(handle);
|
snd_mixer_close(handle);
|
||||||
return CONTROL_OK;
|
return CONTROL_OK;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
} //end switch
|
} //end switch
|
||||||
return(CONTROL_UNKNOWN);
|
return(CONTROL_UNKNOWN);
|
||||||
|
|
Loading…
Reference in New Issue