Mercurial > mplayer.hg
changeset 32287:a27f96e11216
Remove unnecessary linux/types.h #include from Apple IR check.
author | diego |
---|---|
date | Sun, 26 Sep 2010 20:53:09 +0000 |
parents | 62828818e3d4 |
children | 1df84a32840f |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Sep 26 20:51:30 2010 +0000 +++ b/configure Sun Sep 26 20:53:09 2010 +0000 @@ -4040,7 +4040,6 @@ if test "$_apple_ir" = auto ; then _apple_ir=no cat > $TMPC <<EOF -#include <linux/types.h> #include <linux/input.h> int main(void) { struct input_event ev; struct input_id id; return 0; } EOF