Commit 45751950 authored by Clément Stenac's avatar Clément Stenac

Bah.. Fix HAL in libvlc

parent 70ea764f
...@@ -2570,7 +2570,7 @@ static void InitDeviceValues( vlc_t *p_vlc ) ...@@ -2570,7 +2570,7 @@ static void InitDeviceValues( vlc_t *p_vlc )
return; return;
} }
libhal_ctx_set_dbus_connection( ctx, p_connection ); libhal_ctx_set_dbus_connection( ctx, p_connection );
if( !libhal_ctx_init( ctx, &error ) ) if( libhal_ctx_init( ctx, &error ) )
#else #else
if( ( ctx = hal_initialize( NULL, FALSE ) ) ) if( ( ctx = hal_initialize( NULL, FALSE ) ) )
#endif #endif
...@@ -2632,7 +2632,7 @@ static void InitDeviceValues( vlc_t *p_vlc ) ...@@ -2632,7 +2632,7 @@ static void InitDeviceValues( vlc_t *p_vlc )
} }
else else
{ {
msg_Dbg( p_vlc, "Unable to get HAL device properties" ); msg_Warn( p_vlc, "Unable to get HAL device properties" );
} }
#endif #endif
} }
......
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