Commit 245c5c48 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* auhal.c: Another workaround for devices not supporting hogmode

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