mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
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) {
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user