Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] mplayer: add patch due to missing sys/timeb.h
@ 2009-01-26  9:16 Markus Heidelberg
  2009-01-26  9:21 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2009-01-26  9:16 UTC (permalink / raw)
  To: buildroot

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 <markus.heidelberg@web.de>
---
 .../mplayer/mplayer-1.0rc1-remove-sys-timeb.patch  |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch

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 0000000..369aa70
--- /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 <sys/types.h>
+ #include <dirent.h>
+ #include <sys/time.h>
+-#include <sys/timeb.h>
+ #ifdef	HAVE_KSTAT
+ #include <kstat.h>
+ #endif
-- 
1.6.1.1.227.g86702

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/2] mplayer: add patch due to missing sys/timeb.h
  2009-01-26  9:16 [Buildroot] [PATCH 1/2] mplayer: add patch due to missing sys/timeb.h Markus Heidelberg
@ 2009-01-26  9:21 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-01-26  9:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:

 Markus> This include file is only available, if uClibc is compiled with
 Markus> UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
 Markus> mplayer at all.

That obviously seems correct, but I wonder why I didn't see that when
recently building mplayer?

Anyway, committed.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-26  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26  9:16 [Buildroot] [PATCH 1/2] mplayer: add patch due to missing sys/timeb.h Markus Heidelberg
2009-01-26  9:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox