Fixed include strings.h in yamlparse.c
The header <strings.h> is not standard. It is specific to most UNIX and is a superset of <string.h> (without 's'). On Windows with Visual Studio, the compilation fails with <strings.h>. Fixed as <string.h>.
The header <strings.h> is not standard. It is specific to most UNIX and is a superset of <string.h> (without 's'). On Windows with Visual Studio, the compilation fails with <strings.h>. Fixed as <string.h>.
VideoLAN code repository instance