diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-12 08:42:01 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-12 08:42:01 +0000 |
commit | af06a4425b1434778e1b9ab1edfa33ffe0f9497e (patch) | |
tree | c73a66db514eddba9160bcf5632d5d53a46b20dc /input/joystick.c | |
parent | ad9f507894b36dd206e08b6f5b41176e861b17c9 (diff) | |
download | mpv-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.c | 4 |
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 |