Cliff McDiarmid wrote: > Hi > > Can anyone tell me wheher this error is important when make checking'' > FFmpeg? Program built okay but stops at this error when checking. > > Building on LFS7.2 with BLFS instructions. > > libavcodec/x86/cabac.h:169:5: error: 'asm' operand has impossible > constraints > In file included from ./libavutil/timer.h:42:0, > from ./libavutil/internal.h:39, > from ./libavutil/common.h:379, > from libavcodec/cabac.c:29: > ./libavutil/x86/timer.h:33:5: error: 'asm' operand has impossible > constraints > > > > thanks > cabac test seems to be broken in ffmpeg for some time. You may edit libavcodec/Makefile to remove cabac on the 1st line of TESTPROGS (I'm not comfortable with sed) and re-run make check.
It's not important. Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
