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.54k stars 267 forks source link

FFmpeg x86 #2431

Closed Barough closed 1 year ago

Barough commented 1 year ago

┌ ffmpeg git ............................................ [Updates found] ├ 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

Biswa96 commented 1 year ago

Duplicate of https://github.com/m-ab-s/media-autobuild_suite/issues/2413

1480c1 commented 1 year ago

Duplicate of https://github.com/m-ab-s/media-autobuild_suite/issues/2413