From 3c0dea728ec32a40c14679066935b0fbf498f21a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 26 Jan 2009 09:22:47 +0000 Subject: mplayer: add patch due to missing sys/timeb.h This include file is only available, if uClibc is compiled with UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of mplayer at all. This solves the following compiler error: win32.c:67:23: error: sys/timeb.h: No such file or directory Signed-off-by: Markus Heidelberg --- .../multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch (limited to 'package/multimedia/mplayer') diff --git a/package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch b/package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch new file mode 100644 index 000000000..369aa70ea --- /dev/null +++ b/package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch @@ -0,0 +1,12 @@ +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 + #include + #include +-#include + #ifdef HAVE_KSTAT + #include + #endif -- cgit v1.2.3