mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
this fixes compilation for me (and it works), hope it didn't breaks for LinuxPPC (i use Debian/PPC with 2.4.20 kernel)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8461 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2e0f15e0c8
commit
d7c918460c
@ -7,7 +7,7 @@
|
||||
#ifdef __i386__
|
||||
#include <sys/perm.h>
|
||||
#else
|
||||
#ifndef __sparc__
|
||||
#if !defined(__sparc__) && !defined(__powerpc__)
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#endif
|
||||
|
@ -11,7 +11,7 @@ static int pci_config_type( void ) { return 1; }
|
||||
questions, suggestions etc:
|
||||
mplayer-dev-eng@mplayerhq.hu, colin@colino.net*/
|
||||
#include <fcntl.h>
|
||||
#include <sys/io.h>
|
||||
//#include <sys/io.h>
|
||||
#include <linux/pci.h>
|
||||
#include "../../bswap.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user