Dave Seff wrote:
> I installed kino and all of its deps. from cooker. When I run kino it 
> immediately segfaults. I did some poking around and found it craps out in 
> libdv, particularly dv.c at line 136. 
> 
> #if ARCH_X86
>   dv_use_mmx = mmx_ok(); 
> #endif
> 
> I have an Athlon K7266 
> 
> I also have the nopentium option in lilo. 
> 
> Any ideas?
> 
> -Dave

Dave,

I followed the intructions on
http://www.schirmacher.de/arne/kino/kino_hwsw_e.html
I did compile and install

libdv-0.9.tar.gz (with fix, see below)

Note: The libdv library has a bug in their mmx detection routine. To fix this, 
please download the libdv source code and change line 136 of dv.c from:
     dv_use_mmx = mmx_ok();
to
     dv_use_mmx = 1;.

libraw1394_0.9.0.tar.gz
libavc1394-0.3.1.tar.gz

Now kino works here.

Cheers,
Dirk


Reply via email to