I've written a patch to autotool the driver to build it with Xorg 7.0.
You can download it from
http://www.paldo.org/paldo/sources/ivtv_xdriver/ivtv_xdriver-0.10.6-xorg-7.0-2.patch.bz2
Some autotools-required files are missing, so the install instructions
are as follows:
cd ivtvdrv/xc/programs/Xserver/hw/xfree86/drivers/ivtv
touch AUTHORS ChangeLog NEWS README
autoreconf -is
./configure --prefix=/usr --disable-static
make
make install
Thanks! That was really helpful. I had just plowed through some of that myself, as well - I took the fbdev driver package from xorg and edited it to build the ivtv driver (basically just did a search-and-replace of "fbdev" with "ivtvdev" and then changed the .c and .h files listed to be the right ones). I just incorporated your changes as well, so now it doesn't need fbpriv.h copied in, either. But I get the same results from both methods:
undefined symbol ivtvHWLeaveVT (just that one, no other undefined symbols).
Any suggestions? Thanks again!
_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
