Hello,

I have a referenced in (http://ffmpeg.org/pipermail/ffmpeg-devel/2012-
April/123815.html)  because I want to speed up in H.264 decoder.

However I have an errors during compiling as following:

 

$ make

CC      libavcodec/h264_cabac.o

libavcodec/h264_cabac.c: In function 'decode_cabac_residual_nondc_internal':

libavcodec/x86/h264_i386.h:101:5: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'

libavcodec/x86/h264_i386.h:101:5: error: 'asm' operand has impossible
constraints

libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible
constraints

libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible
constraints

libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible
constraints

libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible
constraints

make: *** [libavcodec/h264_cabac.o] Error 1

 

Also my configure for compiling is as following:

$ ./configure --enable-gpl --enable-shared --enable-swscale --enable-
hwaccel=h264_dxva2 

--enable-decoder=h264 --enable-w32threads --enable-memalign-hack --enable-
yasm --disable-libvorbis --enable-cross-compile

--target-os=mingw32 --arch=x86 --disable-filters --disable-encoders

 

how do I solve the problems?

best regards in advances,

-nrson-

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to