[vlc-devel] commit: OMAPFB: config -> var ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Sep 26 13:18:45 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep 26 14:02:40 2009 +0300| [db57fb63d9ecb1fdc09844dd46c9cc6793f04303] | committer: Rémi Denis-Courmont
OMAPFB: config -> var
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db57fb63d9ecb1fdc09844dd46c9cc6793f04303
---
modules/video_output/omapfb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/omapfb.c b/modules/video_output/omapfb.c
index 2e35dd9..ffee72b 100644
--- a/modules/video_output/omapfb.c
+++ b/modules/video_output/omapfb.c
@@ -538,7 +538,7 @@ static int OpenDisplay( vout_thread_t *p_vout )
char *psz_device; /* framebuffer device path */
/* 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" );
return VLC_EGENERIC;
More information about the vlc-devel
mailing list