[MPlayer-cvslog] r27129 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Jun 24 10:21:04 CEST 2008
Author: diego
Date: Tue Jun 24 10:21:04 2008
New Revision: 27129
Log:
Add missing 'struct input_id id' to Apple IR configure check.
patch by Jan Knutar, jknutar nic fi
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Jun 24 10:21:04 2008
@@ -3643,6 +3643,7 @@ if test "$_apple_ir" = auto ; then
#include <linux/input.h>
int main(void) {
struct input_event ev;
+ struct input_id id;
return 0;
}
EOF
More information about the MPlayer-cvslog
mailing list