|
From: Scott F. J. <sc...@fl...> - 2001-01-06 19:17:48
|
I haven't been able to compile libdv for a couple of weeks, but just installed Mandrake 7.2 and the configure stuff is working just fine now. One minor change: dct_block_mmx.S is missing from two lines in Makefile.in. After that, I was able to compile both with asm and without! Also, Mandrake 7.2 comes with SDL 1.1.4, which is below the threshold required by libdv (1.1.6) I just upgraded to the ones from libsdl.org (1.1.7) and seem to be fine. On my Althlon 1Ghz, I'm getting 17fps for pond.dv. (Display is an old nVidia TNT) Curiously, I can't ctrl-C out of playdv. If I stop it with ctrl-Z and then try to kill %1, it just starts playing again! diff Makefile.in Makefile.in.orig 97c97 < @HOST_X86_TRUE@ASMS = vlc_x86.S quant_x86.S dct_block_mmx.S idct_block_mmx.S asmoff.h mmx.h --- > @HOST_X86_TRUE@ASMS = vlc_x86.S quant_x86.S idct_block_mmx.S asmoff.h mmx.h 137c137 < @HOS...@YV... rgb.lo vlc_x86.lo quant_x86.lo dct_block_mmx.lo idct_block_mmx.lo --- > @HOS...@YV... rgb.lo vlc_x86.lo quant_x86.lo idct_block_mmx.lo |