mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 20:32:13 +00:00
Linux for Sparc fix by Adam Di Carlo <adam at onshore-devel.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca393eaecb
commit
d18df8d808
@ -7,8 +7,10 @@
|
|||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
#include <sys/perm.h>
|
#include <sys/perm.h>
|
||||||
#else
|
#else
|
||||||
|
#ifndef __sparc__
|
||||||
#include <sys/io.h>
|
#include <sys/io.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user