Code: Select all
828.4 libffabi/src/ffabi.c:607:45: error: 'FF_PROFILE_UNKNOWN' undeclared (first use in this function); did you mean 'FFM_PROFILE_UNKNOWN'?
828.4 607 | if (codec->profiles[i].profile==FF_PROFILE_UNKNOWN)
828.4 | ^~~~~~~~~~~~~~~~~~
828.4 | FFM_PROFILE_UNKNOWN
Hope this helps track the issue down, I was able to build before just fine so I think the error is actual.