X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fdsp%2Fdsp.c;fp=plugins%2Fdsp%2Fdsp.c;h=42591162d8d726573cdff483dd4d3030e5308846;hb=a06f74ac123b4a174183d3432e034734d91914fa;hp=78bccbf10fb75d930ea28a1fcbb9a7a08c442a5d;hpb=b207b8f82ed70889a405bcfd5430ebb0bfeae751;p=vlc diff --git a/plugins/dsp/dsp.c b/plugins/dsp/dsp.c index 78bccbf10f..42591162d8 100644 --- a/plugins/dsp/dsp.c +++ b/plugins/dsp/dsp.c @@ -80,7 +80,7 @@ plugin_info_t * GetConfig( void ) /* Test if the device can be opened */ if ( (i_fd = open( main_GetPszVariable( AOUT_DSP_VAR, AOUT_DSP_DEFAULT ), - O_WRONLY )) < 0 ) + O_WRONLY|O_NONBLOCK )) < 0 ) { p_info->i_score = 0; }