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

2 compilation error #1879

Open vivazkote opened 3 years ago

vivazkote commented 3 years ago
  1. getting error on 32bit compilation about opusfile.h not found. downloaded from internet and solved problem

  2. getting error on 64Bit compilation of SDL , (but not on 32bit)

checking for immintrin.h... yes checking for Altivec with GCC altivec.h and -maltivec option... no checking for Altivec with GCC -maltivec option... no checking for Altivec with GCC altivec.h and -faltivec option... no checking for Altivec with GCC -faltivec option... no checking for GCC -Wall option... yes checking for necessary GCC -Wno-multichar option... no checking for GCC -fno-strict-aliasing option... yes configure: error: *** Unsupported host: Please add to configure.ac

https://0x0.st/iFz8.zip

1480c1 commented 3 years ago

Can you try rebuilding? I have not experienced this issue yet