[vlc-devel] commit: system_VLCPath does not exist ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri May 9 17:49:52 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Fri May 9 18:51:09 2008 +0300| [770f02b996c0bcb453a79ad738325a4ad9066b12]
system_VLCPath does not exist
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=770f02b996c0bcb453a79ad738325a4ad9066b12
---
src/libvlc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc.h b/src/libvlc.h
index 0da4d2f..8b42355 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * );
#elif defined( __APPLE__ )
/* Nothing at the moment, create darwin_specific.h when needed */
#elif defined( WIN32 ) || defined( UNDER_CE )
-VLC_EXPORT( const char * , system_VLCPath, (void));
+
#else
# define system_Init( a, b, c ) (void)0
# define system_Configure( a, b, c ) (void)0
More information about the vlc-devel
mailing list