using linux kernel headers in KDE code
Matt Rogers
mattr at kde.org
Fri Apr 29 22:36:23 BST 2005
Hi,
Kopete will soon be gaining support for reading from people's video devices
via the linux Video4Linux interface and will therefore have to make use of
some kernel headers. so far, the code i've gotten does the following:
#include <asm/types.h>
#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/videodev2.h>
obviously, not all of those are needed, and i'm not looking for a critique of
what headers should be #included and which ones shouldn't. What I _am_
looking for though, is a clarification as to whether the linux specific
headers should be copied into kde's cvs or whether we should just use
whatever headers are installed. i remember there being problems with linux
kernel headers with kde in past, hence the reason for wanting the
clarification.
Thanks,
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20050429/2e31c92f/attachment.sig>
More information about the kde-core-devel
mailing list