mirror of https://github.com/mpv-player/mpv
OpenBSD PPC libdha fix by Björn Sandell.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6632 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ed856102c6
commit
9b74f02239
|
@ -4,6 +4,8 @@
|
|||
Modified for readability by Nick Kurshev
|
||||
*/
|
||||
|
||||
#ifdef __i386__
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <machine/sysarch.h>
|
||||
|
@ -22,3 +24,4 @@ static __inline__ int disable_os_io(void)
|
|||
/* Nothing to do */
|
||||
return(0);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue