[MPlayer-dev-eng] patches
Steven M. Schultz
sms at 2BSD.COM
Tue Jan 15 01:45:05 CET 2002
Hi!
> From: Arpi <arpi at thot.banki.hu>
> are there any unapplied and unrefused patches flying around?
Just the one I sent in yesterday or the day before:
--- mga_vid.c.dist Sun Jan 13 14:14:06 2002
+++ mga_vid.c Mon Jan 14 09:24:43 2002
@@ -56,6 +56,10 @@
#include "../../libdha/libdha.h"
#include "mga_vid.h"
+#if !defined(ENOTSUP) && defined(EOPNOTSUPP)
+#define ENOTSUP EOPNOTSUPP
+#endif
+
#define TRUE 1
#define FALSE 0
Some systems use ENOTSUP and others (BSD derived systems) use
EOPNOTSUPP (E OPeration NOT SUPPorted).
Steven Schultz
sms at 2bsd.com
More information about the MPlayer-dev-eng
mailing list