GNOME Bugzilla – Bug 664367
gstglshadervariables: strtok_r is not multiplatform
Last modified: 2012-02-18 20:04:58 UTC
gstglshadervariables.c:194:5: error: implicit declaration of function 'strtok_r' introduced by c711633f4de7bcded15bbbfa16ebf49cfe45638f strtok_r is not available on Windows. The easiest fix is to do #if G_OS_WIN32 #define strtok_r strtok_s #endif
commit ff40a0e41e1a152657390b1511a35f4d65d7c378 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Mon Nov 21 15:04:16 2011 +0100 gstglshadervariables: strtok_r is not multiplatform Fix bug #664367