summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 08:42:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 08:42:01 +0000
commitaf06a4425b1434778e1b9ab1edfa33ffe0f9497e (patch)
treec73a66db514eddba9160bcf5632d5d53a46b20dc /input/joystick.c
parentad9f507894b36dd206e08b6f5b41176e861b17c9 (diff)
downloadmpv-af06a4425b1434778e1b9ab1edfa33ffe0f9497e.tar.bz2
mpv-af06a4425b1434778e1b9ab1edfa33ffe0f9497e.tar.xz
Move conditional compilation to the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19807 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/joystick.c')
-rw-r--r--input/joystick.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/input/joystick.c b/input/joystick.c
index d9d807b60f..cd77dd42d5 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -1,8 +1,6 @@
#include "config.h"
-#ifdef HAVE_JOYSTICK
-
#include "joystick.h"
#include "input.h"
@@ -163,5 +161,3 @@ int mp_input_joystick_read(int fd) {
}
#endif
-
-#endif