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 shared 32-bit configure ERROR: amf requested but not found #2389

Open ultrasound1372 opened 1 year ago

ultrasound1372 commented 1 year ago

I know for a fact that AMF is there, as the AMF-git folder exists, and the suite shows it as already built. Did something change in FFmpeg's configure script that's causing it to fail detection? Or does AMF not work for 32-bit and/or shared builds? logs.zip

ultrasound1372 commented 1 year ago

Follow-up. From poking around, I notice that the path /local32/include/AMF doesn't seem to be passed as an include directory in that configure log, is this why or would it somehow resolve the subdirs? Also have the following from /local32/include/AMF/core/version.h, perhaps this is mismatched?

#define AMF_VERSION_MAJOR       1
#define AMF_VERSION_MINOR       4
#define AMF_VERSION_RELEASE     26
#define AMF_VERSION_BUILD_NUM   0