summaryrefslogtreecommitdiffstats
path: root/package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch
diff options
context:
space:
mode:
authorWill Newton2009-07-27 13:20:27 +0200
committerPeter Korsgaard2009-07-27 17:17:04 +0200
commit6fecd53e99591775a4117e9e1ba18043fda36b27 (patch)
treef52a4490494a8c968522c3d2efd575589095775c /package/multimedia/mplayer/mplayer-1.0rc2-remove-sys-timeb.patch
parentxf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2 (diff)
downloadbuildroot-6fecd53e99591775a4117e9e1ba18043fda36b27.tar.gz
buildroot-6fecd53e99591775a4117e9e1ba18043fda36b27.tar.xz
buildroot-6fecd53e99591775a4117e9e1ba18043fda36b27.zip
mplayer: Update mplayer to version 1.0rc2.
Closes #331. - Remove patches applied upstream - Add updated avr32 patch from Hans-Christian Egtvedt. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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, 12 insertions, 0 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
new file mode 100644
index 000000000..369aa70ea
--- /dev/null
+++ b/package/multimedia/mplayer/mplayer-1.0rc2-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