[MPlayer-cvslog] r32572 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Nov 3 09:09:31 CET 2010
Author: diego
Date: Wed Nov 3 09:09:31 2010
New Revision: 32572
Log:
Enable joystick support on FreeBSD.
patch extracted from the FreeBSD ports tree.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Nov 2 15:17:05 2010 (r32571)
+++ trunk/configure Wed Nov 3 09:09:31 2010 (r32572)
@@ -7837,7 +7837,7 @@ test "$_debug" != "" && def_debug='#defi
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
More information about the MPlayer-cvslog
mailing list