X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fgnomevfs.c;h=fb8f56bed8e3e000edd9113cc5e2b07eec55e472;hb=4abc8cd606b30fe0f8f30486ef424b93808a9c23;hp=2249139ffa9e89017d6646bb99a915428fe52bc0;hpb=df61d33b06e2b3cbbe746b2f5a9bea5b370c24ff;p=vlc diff --git a/modules/access/gnomevfs.c b/modules/access/gnomevfs.c index 2249139ffa..fb8f56bed8 100644 --- a/modules/access/gnomevfs.c +++ b/modules/access/gnomevfs.c @@ -28,7 +28,8 @@ # include "config.h" #endif -#include +#include +#include #include #include @@ -49,7 +50,7 @@ static void Close( vlc_object_t * ); "This value should be set in milliseconds." ) vlc_module_begin(); - set_description( _("GnomeVFS input") ); + set_description( N_("GnomeVFS input") ); set_shortname( "GnomeVFS" ); set_category( CAT_INPUT ); set_subcategory( SUBCAT_INPUT_ACCESS ); @@ -403,7 +404,7 @@ static int Control( access_t *p_access, int i_query, va_list args ) case ACCESS_GET_PTS_DELAY: pi_64 = (int64_t*)va_arg( args, int64_t * ); *pi_64 = var_GetInteger( p_access, - "gnomevfs-caching" ) * I64C(1000); + "gnomevfs-caching" ) * INT64_C(1000); break; /* */