Commit 27c0fb46 authored by Pierre Ynard's avatar Pierre Ynard

motion: build fix

parent 86cdb48c
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment