Commit db57fb63 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OMAPFB: config -> var

parent f807ed56
...@@ -538,7 +538,7 @@ static int OpenDisplay( vout_thread_t *p_vout ) ...@@ -538,7 +538,7 @@ static int OpenDisplay( vout_thread_t *p_vout )
char *psz_device; /* framebuffer device path */ char *psz_device; /* framebuffer device path */
/* Open framebuffer device */ /* Open framebuffer device */
if( !(psz_device = config_GetPsz( p_vout, FB_DEV_VAR )) ) if( !(psz_device = var_CreateGetNonEmptyString( p_vout, FB_DEV_VAR )) )
{ {
msg_Err( p_vout, "don't know which fb device to open" ); msg_Err( p_vout, "don't know which fb device to open" );
return VLC_EGENERIC; return VLC_EGENERIC;
......
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