mplayer: add patch due to missing sys/timeb.h
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jan 2009 09:22:47 +0000 (09:22 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jan 2009 09:22:47 +0000 (09:22 -0000)
commit3c0dea728ec32a40c14679066935b0fbf498f21a
tree7e8f6a76cf0fe3bbe1d03054097414676f426eb1
parent1510bb58fe7d9f06837ba53ee93ed57175076cd7
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>
package/multimedia/mplayer/mplayer-1.0rc1-remove-sys-timeb.patch [new file with mode: 0644]