Commit bd38fa96 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.

parent e6b0ebb9
......@@ -231,9 +231,9 @@ static int Open( vlc_object_t * p_this )
if( err != noErr )
{
/* This is not a fatal error. Some drivers simply don't support this property */
msg_Warn( p_aout, "could not check whether device is hogged: %4.4s",
(char *)&err );
goto error;
}
if( p_sys->i_hog_pid != -1 && p_sys->i_hog_pid != getpid() )
......
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