[vlc-commits] motion: build fix
Pierre Ynard
git at videolan.org
Sun Oct 14 18:51:23 CEST 2012
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Oct 14 18:51:11 2012 +0200| [27c0fb46f3ebf5faef41c1fce88e516fb7f21e4d] | committer: Pierre Ynard
motion: build fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27c0fb46f3ebf5faef41c1fce88e516fb7f21e4d
---
modules/control/motionlib.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/control/motionlib.c b/modules/control/motionlib.c
index 505f42b..3853726 100644
--- a/modules/control/motionlib.c
+++ b/modules/control/motionlib.c
@@ -97,8 +97,10 @@ motion_sensors_t *motion_create( vlc_object_t *obj )
}
#ifdef HAVE_MACOS_UNIMOTION
else if( (motion->unimotion_hw = detect_sms()) )
+ {
motion->sensor = UNIMOTION_SENSOR;
msg_Dbg( obj, "UniMotion motion detection correctly loaded" );
+ }
#endif
else
{
More information about the vlc-commits
mailing list