[vlc-devel] [PATCH] demux: adaptive: fixup for commit b99bc394843b4967

Francois Cartegnie fcvlcdev at free.fr
Wed Nov 9 17:24:41 CET 2016


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.

Francois



More information about the vlc-devel mailing list