[FFmpeg-devel] videodev.h

don caprio caprio
Sun Mar 1 21:21:13 CET 2009


I just grabed the ffmpeg source via SVN.

When I tried to compile it on my RedHat EL4 box I got a compile error
on videodev.h

The ulong def causes my compile to barf. When I changed ulong to unsigned it
does
compile now.

videodev.h:
...
*struct video_tuner
{
        int tuner;
        char name[32];
        ulong long rangelow, rangehigh;      /* Tuner range */
        __u32 flags;*
...

Sorry I'm not up on the latest Linux development. Any issues replacing the
ulong
with an unsigned?

Thank you.

My dev environment:

[caprio at fido mplayer-export-2009-03-01]$ uname -a
*L**inux fido 2.6.9-78.ELsmp #1 SMP Wed Jul 9 15:39:47 EDT 2008 i686 i686
i386 GNU/Linux*
[caprio at fido mplayer-export-2009-03-01]$ *gcc -v*
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)


-- 
-------------------------------
Don Caprio caprio at uxpro.com
http://www.uxpro.com
(925) 240-UNIX




More information about the ffmpeg-devel mailing list