Compiling Linphone produces:
CC msv4l.lo
msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make[5]: *** [msv4l.lo] Error 1
Compiling mplayer produces:
libvo/vo_zr.c:36:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make: *** [libvo/vo_zr.o] Error 1
make: *** Waiting for unfinished jobs....
also several others fail.
Linux
[root@localhost ~]# uname -r
2.6.38.8-pclos1.bfs
[root@localhost ~]# updatedb && locate videodev.h
/usr/include/libv4l1-videodev.h
/usr/src/kernel-devel-2.6.32.11-pclos2.bfs/include/linux/videodev.h
[root@localhost ~]#
apparently videodev.h is included in 2.6.32 but not in 2.6.38.8.
libv4l-devel version 0.8.3 is installed,
is it the kernel that need the header or is it missing from libv4l?
cheers,
MBantz