[MPlayer-dev-eng] [PATCH] Improve Apple IR configure check
- Date: Sat, 21 Jun 2008 06:07:55 +0300
- From: Jan Knutar <jknutar@xxxxxx>
- Subject: [MPlayer-dev-eng] [PATCH] Improve Apple IR configure check
input/appleir.c line 98 has 'struct input_id id', however, that struct
doesn't exist on my older linux machine. The attached patch adds struct
input_id to the AppleIR configure check.
Index: configure
===================================================================
--- configure (revision 27119)
+++ configure (working copy)
@@ -3643,6 +3643,7 @@
#include <linux/input.h>
int main(void) {
struct input_event ev;
+ struct input_id id;
return 0;
}
EOF
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng