mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
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 <markus.heidelberg@web.de>
This commit is contained in:
parent
1510bb58fe
commit
3c0dea728e
@ -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
|
Loading…
x
Reference in New Issue
Block a user