mplayer rc4 compile error using --enable-shared-pp switch
Hi All, I want to use the -pp=?? postprocessing filters with Transcode because it is much better at deinterlacing but the postprocessing is faster under mencoder. I am attempting to compile using the following command: ./configure --enable-shared-pp I get the following errors during the make. make[1]: Entering directory `/home/jevans/tmp/MPlayer-0.90rc4/postproc' gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o swscale.o swscale.c gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o rgb2rgb.o rgb2rgb.c gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o yuv2rgb.o yuv2rgb.c ar r libswscale.a swscale.o rgb2rgb.o yuv2rgb.o gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o postprocess.o postprocess.c ar r libpostproc.a postprocess.o gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -fomit-frame-pointer -fPIC -DPIC -o postprocess_pic.o postprocess.c postprocess.c: In function `postProcess_MMX2': postprocess_template.c:2930: can't find a register in class `GENERAL_REGS' while reloading `asm' make[1]: *** [postprocess_pic.o] Error 1 make[1]: Leaving directory `/home/jevans/tmp/MPlayer-0.90rc4/postproc' make: *** [postproc/libswscale.a] Error 2 I am running Mandrake 9.0 with kernel 2.4.19-16mdk on a Pentium III 1GHz. Thanks, John
participants (1)
-
John Evans