[vlc-devel] commit: Fix obvious typo that prevented correct build. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun May 24 01:47:34 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 24 01:47:10 2009 +0200| [4aed145245eafc412a37300fe9fc14d0bdc2d204] | committer: Jean-Baptiste Kempf
Fix obvious typo that prevented correct build.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4aed145245eafc412a37300fe9fc14d0bdc2d204
---
src/libvlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 4dbb876..519efa1 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -908,7 +908,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
/* Prevents the power management daemon from suspending the system
* when VLC is active */
if( config_GetInt( p_libvlc, "inhibit" ) > 0 )
- interface_Create( p_libvlc, "inhibit,none" );
+ intf_Create( p_libvlc, "inhibit,none" );
#endif
/*
More information about the vlc-devel
mailing list