Commit 894b5638 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Simplification no longer check for FPU capability.

parent a1a01105
...@@ -1309,10 +1309,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -1309,10 +1309,7 @@ static void Run( intf_thread_t *p_intf )
p_sys->b_need_update = false; p_sys->b_need_update = false;
} }
if( vlc_CPU() & CPU_CAPABILITY_FPU ) msleep( INTF_IDLE_SLEEP );
msleep( INTF_IDLE_SLEEP );
else
msleep( 500 );
} }
End( p_intf ); End( p_intf );
......
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