Mercurial > mplayer.hg
changeset 32485:2746e4f916f6
Enable joystick support on FreeBSD.
patch extracted from the FreeBSD ports tree.
author | diego |
---|---|
date | Wed, 03 Nov 2010 08:09:31 +0000 |
parents | 4b2173a11f18 |
children | d18030ed576f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Nov 02 14:17:05 2010 +0000 +++ b/configure Wed Nov 03 08:09:31 2010 +0000 @@ -7837,7 +7837,7 @@ 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