mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 13:32:16 +00:00
vidix: Fix missing iopl declaration on x86_64 systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31561 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
368d11d4cc
commit
e551352121
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __i386__
|
||||
#if ARCH_X86
|
||||
//#include <sys/perm.h> doesn't exist on libc5 systems
|
||||
int iopl();
|
||||
#elif defined(__sh__)
|
||||
|
Loading…
Reference in New Issue
Block a user