1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

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
This commit is contained in:
diego 2010-04-22 13:50:25 +00:00
parent a35ab28a5e
commit b1767fc45e

View File

@ -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 */