So I have problem with MPLAYER compilation. './configure' succeed but after few minutes of 'make' I have a problem:
-------------------------------------------------
In file included from tvi_v4l2.c:43:
videodev2.h:19:27: linux/version.h: Nie ma takiego pliku ani katalogu(<--means there is no file or directory

)
make[1]: *** [tvi_v4l2.o] Error 1
make[1]: Leaving directory `/usr/local/src/MPlayer-1.0pre3/libmpdemux'
make: *** [libmpdemux/libmpdemux.a] Error 2
-------------------------------------------------
I have recompiled kernel 2.4.24 and I tried to find version.h file:
-----------------------------
# ls -l /usr/include/linux
lrwxrwxrwx 1 root root 28 gru 29 00:32 /usr/include/linux -> /usr/src/linux/include/linux
# find -name version.h
./alsa/version.h
./sound/version.h
./magick/version.h
./libguile/version.h
/usr/src/linux# find -name version.h
./arch/i386/math-emu/version.h
./include/pcmcia/version.h
-----------------------------
where is this 'version.h' file??