m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.53k stars 264 forks source link

ffmpeg - error: 'asm' operand has impossible constraints #2536

Closed Barough closed 9 months ago

Barough commented 12 months ago

┌ ffmpeg git ......................................... [Recently updated] ├ Running uninstall... ├ Running configure... ├ Running install... Likely error (tail of the failed operation logfile): inlined from 'get_cabac' at D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/cabac_functions.h:145:12, inlined from 'decode_cabac_mb_intra4x4_pred_mode' at D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/h264_cabac.c:1377:9, inlined from 'ff_h264_decode_mb_cabac' at D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/h264_cabac.c:2081:32: D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints 199 | asm volatile( | ^~~ D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints D:/MABS-ffmpeg/build/ffmpeg-git/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints make: *** [/build/ffmpeg-git/ffbuild/common.mak:81: libavcodec/h264_cabac.o] Error 1 install failed. Check D:/MABS-ffmpeg/build/ffmpeg-git/build-light-32bit/ab-suite.install.log This is required for other packages, so this script will exit.

logs.zip