diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-11-03 08:09:31 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-08 18:03:35 +0200 |
commit | e4230c554c8314a8c9929e69203e04492db7e823 (patch) | |
tree | 4aa3d8367c20b964c0a86ecd0f3cc646efc55ec3 /configure | |
parent | 0a2d29a75b80c003519f48bca2abbac2092bd2f6 (diff) | |
download | mpv-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |