[vlc-devel] [PATCH 2/2] Libvlc thread backend for Symbian port

Rémi Denis-Courmont remi at remlab.net
Mon Jan 24 21:23:45 CET 2011


Le lundi 24 janvier 2011 22:12:20 Pankaj yadav, vous avez écrit :
> removed unneeded portions and some codestyle fixes done to last patch

int err;
...
assert(err = ETIMEDOUT);

Is this a joke? Can you please show the developers some respect by reviewing,  
testing and fixing your own code before you submit it?

+#if defined (__GLIBC__) && (__GLIBC_MINOR__ < 6)
+/* This is not prototyped under glibc, though it exists. */
+int pthread_mutexattr_setkind_np( pthread_mutexattr_t *attr, int kind );
+#endif

Yeah right... glibc on Symbian...

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list