This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: buildsystem: add contrib/freebsd/include as a header search path when not on Linux Author: Gregor Jasny <[email protected]> Date: Mon Jun 18 19:38:45 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=fc5802954d17137dca04ad0a2b1309be1f4be6d8 diff --git a/configure.ac b/configure.ac index 23b5ff0..8e166b1 100644 --- a/configure.ac +++ b/configure.ac @@ -219,6 +219,8 @@ AS_IF([test x$with_libv4l != xyes], [AC_SUBST([ENFORCE_LIBV4L_STATIC], ["-static if test "x$linux_os" = "xyes"; then CPPFLAGS="-I\$(top_srcdir)/include $CPPFLAGS" +else + CPPFLAGS="-I\$(top_srcdir)/contrib/freebsd/include $CPPFLAGS" fi CPPFLAGS="-I\$(top_srcdir)/lib/include -Wall -Wpointer-arith -D_GNU_SOURCE $CPPFLAGS" _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
