[vlc-devel] [PATCHv2 1/3] access: Add satip access module
Jean-Baptiste Kempf
jb at videolan.org
Thu May 26 14:39:38 CEST 2016
On 26 May, Julian Scheel wrote :
> +#include <unistd.h>
> +#include <ctype.h>
> +
> +#include <vlc_common.h>
> +#include <vlc_interrupt.h>
> +#include <vlc_plugin.h>
> +#include <vlc_access.h>
> +#include <vlc_network.h>
> +#include <vlc_block.h>
> +#include <vlc_rand.h>
> +#include <vlc_url.h>
Do you need all those?
> +vlc_module_begin()
> + set_shortname("satip")
> + set_description("SAT>IP Client Plugin, using minimal RTSP subset")
Should be translated and this is too long.
Missing NEWS, po/POTFILES.in, MODULES_LIST :)
With my kindest regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list