|
From: Médéric B. <mbl...@gm...> - 2013-04-19 20:19:34
|
Dear Kashyap, Thank you for using OpenSVC Decoder. However, errors you are mentioning are part from mplayer source. So, you should try compiling mplayer without enabling the SVC Decoder, and once done, activate the option in order to use OpenSVCDecoder. For further help about compiling mplayer, you should refer to their web site. Regards, Médéric 2013/4/19 Kashyap Kambhatla <kka...@uc...> > 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 > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |