summaryrefslogtreecommitdiff
path: root/package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch')
-rw-r--r--package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch b/package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch
deleted file mode 100644
index 369aa70ea..000000000
--- a/package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-win32.c:67:23: error: sys/timeb.h: No such file or directory
-
---- a/loader/win32.c 2009-01-26 01:53:20.000000000 +0100
-+++ b/loader/win32.c 2009-01-26 01:53:39.000000000 +0100
-@@ -64,7 +64,6 @@
- #include <sys/types.h>
- #include <dirent.h>
- #include <sys/time.h>
--#include <sys/timeb.h>
- #ifdef HAVE_KSTAT
- #include <kstat.h>
- #endif