summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-03 08:09:31 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 18:03:35 +0200
commite4230c554c8314a8c9929e69203e04492db7e823 (patch)
tree4aa3d8367c20b964c0a86ecd0f3cc646efc55ec3 /configure
parent0a2d29a75b80c003519f48bca2abbac2092bd2f6 (diff)
downloadmpv-e4230c554c8314a8c9929e69203e04492db7e823.tar.bz2
mpv-e4230c554c8314a8c9929e69203e04492db7e823.tar.xz
configure: Enable joystick support on FreeBSD
patch extracted from the FreeBSD ports tree git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32572 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5bdf7932b3..7cb02ab29c 100755
--- a/configure
+++ b/configure
@@ -7110,7 +7110,7 @@ test "$_debug" != "" && def_debug='#define MP_DEBUG 1'
echocheck "joystick"
def_joystick='#undef CONFIG_JOYSTICK'
if test "$_joystick" = yes ; then
- if linux ; then
+ if linux || freebsd ; then
# TODO add some check
def_joystick='#define CONFIG_JOYSTICK 1'
else