Hello

,
I am trying to compile ffmpeg from source with the following options:
./configure --prefix=/etc/ffmpeg --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-gpl --enable-libamr-nb --enable-libamr-wb --enable-nonfree --enable-pthreads
But when I do "make" I recieve a very strange error:
In file included from libavdevice/v4l2.c:38:
/usr/include/linux/videodev2.h:461: error: expected =, ,, ;, asm or
__attribute__ before v4l2_std_id
/usr/include/linux/videodev2.h:544: error: expected specifier-qualifier-list before v4l2_std_id
/usr/include/linux/videodev2.h:561: error: expected specifier-qualifier-list before v4l2_std_id
/usr/include/linux/videodev2.h:599: error: expected specifier-qualifier-list before v4l2_std_id
/usr/include/linux/videodev2.h:622: error: expected specifier-qualifier-list before __s64
... and so on.
Can someone who has CentOS or Red Hat i386 compile (./configure with the options mentioned above and make) the source code of ffmpeg and send to me the directory with the compiled source code? It's available at
http://ffmpeg.mplayerhq.hu/download.html