Mercurial > mplayer.hg
comparison configure @ 27097:b140d2455139
Add missing 'struct input_id id' to Apple IR configure check.
patch by Jan Knutar, jknutar nic fi
author | diego |
---|---|
date | Tue, 24 Jun 2008 08:21:04 +0000 |
parents | 795a1325f915 |
children | 1a054f697218 |
comparison
equal
deleted
inserted
replaced
27096:a2c8efd917ea | 27097:b140d2455139 |
---|---|
3641 cat > $TMPC <<EOF | 3641 cat > $TMPC <<EOF |
3642 #include <linux/types.h> | 3642 #include <linux/types.h> |
3643 #include <linux/input.h> | 3643 #include <linux/input.h> |
3644 int main(void) { | 3644 int main(void) { |
3645 struct input_event ev; | 3645 struct input_event ev; |
3646 struct input_id id; | |
3646 return 0; | 3647 return 0; |
3647 } | 3648 } |
3648 EOF | 3649 EOF |
3649 cc_check && tmp_run && _apple_ir=yes | 3650 cc_check && tmp_run && _apple_ir=yes |
3650 fi | 3651 fi |