From: Kashyap K. <kka...@uc...> - 2013-04-19 12:30:58
|
Hi, I tried installing the Open SVC decoder, ver 1.12 using MinGW. I installed the latest MinGW console with gcc version 4.7.2 on a 64-bit Windows 7 OS. I followed the instructions provided in the publication "Open SVC Decoder: a flexible SVC Library" and first ran ./configure --enable-svc in the console to create config.h and config.mak files in the Mplayer folder. However when i run the make command i end up getting the below error. I tried the commands with version 1.08 specified in the publication but ended up with the same problem. Kindly help me resolve this issue and let me know how to proceed. Regards, Kashyap -------- Error during compilation ---------------- In file included from h264.h:33:0, from h264_cabac.c:33: h264_cabac.c: In function 'ff_h264_decode_mb_cabac': cabac.h:527:5: error: can't find a register in class 'GENERAL_REGS' while reload ing 'asm' cabac.h:527:5: error: can't find a register in class 'GENERAL_REGS' while reload ing 'asm' cabac.h:527:5: error: can't find a register in class 'GENERAL_REGS' while reload ing 'asm' cabac.h:527:5: error: can't find a register in class 'GENERAL_REGS' while reload ing 'asm' cabac.h:527:5: error: can't find a register in class 'GENERAL_REGS' while reload ing 'asm' In file included from ../libavutil/intreadwrite.h:66:0, from dsputil.h:33, from h264_cabac.c:31: ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints In file included from h264.h:33:0, from h264_cabac.c:33: cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints cabac.h:527:5: error: 'asm' operand has impossible constraints In file included from mathops.h:38:0, from put_bits.h:36, from cabac.h:30, from h264.h:33, from h264_cabac.c:33: x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints x86/mathops.h:54:5: error: 'asm' operand has impossible constraints In file included from ../libavutil/intreadwrite.h:66:0, from dsputil.h:33, from h264_cabac.c:31: ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:71:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:35:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:35:5: error: 'asm' operand has impossible constr aints ../libavutil/x86/intreadwrite.h:35:5: error: 'asm' operand has impossible constr aints make[1]: *** [h264_cabac.o] Error 1 make[1]: Leaving directory `/home/Kashyap_Seethal/src_1.12/src_1.12/Mplayer/liba vcodec' make: *** [libavcodec/libavcodec.a] Error 2 |