On 05/05/15 14:34, Mauro Carvalho Chehab wrote:
I'm afraid that removing the above would break for FreeBSD, as I think
it also uses glibc, but not 100% sure.
So, either we should get an ack from Hans Peter, or you should
change the tests to:
#if linux && __GLIBC__
Hi,
Linux might be defined when compiling webcamd. The following should be fine:
-#ifdef linux
+#if defined(linux) && defined(__GLIBC__)
Thank you!
--HPS
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html