Erik Van Grunderbeeck wrote: > Eem sry, should probably be a seperate patch. <strings.h> isn't available > under VS/Intel compiler.
Looks like strings.h is included for strcasecmp(). Is it defined in some other header or should there be replacement function for it ? (strcasecmp is 4.4BSD/POSIX.1-2001 function). I belive it can't be just left out, instead it should be checked in configure.ac with AC_CHECK_HEADERS and conditionally included: #ifdef HAVE_STRINGS_H #include <strings.h> #endif - Petri _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
