diff options
Diffstat (limited to 'multimedia/mplayer/files/patch-input-joystick.c')
-rw-r--r-- | multimedia/mplayer/files/patch-input-joystick.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/mplayer/files/patch-input-joystick.c b/multimedia/mplayer/files/patch-input-joystick.c index f57f78b57235..ad424472e5b1 100644 --- a/multimedia/mplayer/files/patch-input-joystick.c +++ b/multimedia/mplayer/files/patch-input-joystick.c @@ -1,5 +1,5 @@ ---- input/joystick.c.orig Sat Mar 31 05:10:08 2007 -+++ input/joystick.c Sat Mar 31 05:09:30 2007 +--- input/joystick.c.orig 2007-10-08 03:49:26.000000000 +0800 ++++ input/joystick.c 2007-10-20 16:00:20.000000000 +0800 @@ -24,8 +24,6 @@ #define JS_DEV "/dev/input/js0" #endif @@ -9,11 +9,12 @@ #include <linux/joystick.h> int axis[256]; -@@ -147,17 +145,3 @@ +@@ -145,18 +143,3 @@ + return MP_INPUT_NOTHING; } - --#else +- +-#else /* TARGET_LINUX */ - -// dummy function - @@ -26,4 +27,4 @@ - return MP_INPUT_NOTHING; -} - --#endif +-#endif /* TARGET_LINUX */ |