[vlc-devel] [PATCH] demux: adaptive: fixup for commit b99bc394843b4967
Andrey Gursky
andrey.gursky at e-mail.ua
Wed Nov 9 19:37:30 CET 2016
Francois,
On Wed, 9 Nov 2016 17:24:41 +0100
Francois Cartegnie wrote:
> Le 06/11/2016 à 22:44, Andrey Gursky a écrit :
> > error: ‘sscanf’ is not a member of ‘std’
> > if (std::sscanf(line.c_str(), "%zx%n", &chunkLength, &end) < 1
> > ^
> >
> > Fix build with compilers which do not default to c++11 or later,
> > e.g. g++ < 6, clang++ up to and including 3.9.
> >
>
> Pushed. thx.
thanks,
Andrey
More information about the vlc-devel
mailing list