From 24afb424f24393b643940ca32a3daa359ee6bac4 Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Wed, 27 Jul 2011 16:45:58 +0000 Subject: [PATCH] fix compile with kernel headers from new kernels (e.g. 2.6.39.3) v4l support has been dropped in recent kernel versions and therefore is gone. If you want to compile with new kernel headers add -DNEW_CST_KERNEL to your neutrino CFLAGS git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1603 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/09a496cdfaec015c6975b3fa1a151988820e0934 Author: gixxpunk Date: 2011-07-27 (Wed, 27 Jul 2011) Origin message was: ------------------ - fix compile with kernel headers from new kernels (e.g. 2.6.39.3) v4l support has been dropped in recent kernel versions and therefore is gone. If you want to compile with new kernel headers add -DNEW_CST_KERNEL to your neutrino CFLAGS git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1603 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- lib/libtuxtxt/tuxtxt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libtuxtxt/tuxtxt.h b/lib/libtuxtxt/tuxtxt.h index 685b77db9..52a4fedba 100644 --- a/lib/libtuxtxt/tuxtxt.h +++ b/lib/libtuxtxt/tuxtxt.h @@ -31,7 +31,10 @@ #include #include + +#ifndef NEW_CST_KERNEL #include +#endif #include #include