[vlc-devel] commit: Try to fix make check ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 24 11:23:19 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 24 12:12:15 2008 +0300| [71c7fb199ac0cadd55f686d8b8dcfbfd82353215]

Try to fix make check

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71c7fb199ac0cadd55f686d8b8dcfbfd82353215
---

 include/vlc_common.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 5206dbe..b4d777a 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -722,8 +722,6 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
 VLC_EXPORT( int, vlc_vasprintf, (char **, const char *, va_list ) );
 VLC_EXPORT( int, vlc_asprintf, (char **, const char *, ... ) ATTRIBUTE_FORMAT( 2, 3 ) );
 VLC_EXPORT( size_t, vlc_strlcpy, ( char *, const char *, size_t ) );
-VLC_EXPORT( double, vlc_atof, ( const char *nptr ) );
-VLC_EXPORT( int64_t, vlc_atoll, ( const char *nptr ) );
 VLC_EXPORT( int64_t, vlc_strtoll, ( const char *nptr, char **endptr, int base ) );
 VLC_EXPORT( size_t, vlc_strnlen, ( const char *, size_t ) );
 




More information about the vlc-devel mailing list