diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-22 13:50:25 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-22 13:50:25 +0000 |
commit | b1767fc45e1b1751558e61ab1cbad7d62bcd4b5d (patch) | |
tree | f4b814ecd56cdb138b7bef32775cae586900dab1 /vidix/sysdep | |
parent | a35ab28a5e6d9b15c3deaa904288dab9647e2e80 (diff) | |
download | mpv-b1767fc45e1b1751558e61ab1cbad7d62bcd4b5d.tar.bz2 mpv-b1767fc45e1b1751558e61ab1cbad7d62bcd4b5d.tar.xz |
Do not check for __linux__ in a file that is only ever used on Linux.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31055 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep')
-rw-r--r-- | vidix/sysdep/pci_linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vidix/sysdep/pci_linux.c b/vidix/sysdep/pci_linux.c index 62ccc9bd93..e54fb99546 100644 --- a/vidix/sysdep/pci_linux.c +++ b/vidix/sysdep/pci_linux.c @@ -50,9 +50,7 @@ int dhahelper_fd = 0; #ifdef CONFIG_SVGAHELPER #include <svgalib_helper.h> -#ifdef __linux__ #include <linux/ioctl.h> -#endif #include <fcntl.h> #ifndef SVGALIB_HELPER_IOC_MAGIC /* svgalib 1.9.18+ compatibility ::atmos */ |