Re: [FFmpeg-devel] ffmpeg.git test compile fail

2025-04-09 Thread Andrew Randrianasulu
I think exact conditionals should be more like 61.0.100 but for single test it worked ... for some reason our x264 failed to encode (segfault) on i686 with AVX ? but x265 worked this is not yet for commiting, but more like for testing with ffmpeg git. cc: ffmpeg-devel in case they have b

[FFmpeg-devel] ffmpeg.git test compile fail

2025-04-09 Thread Andrew Randrianasulu
ffmpeg shallow git copy commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a our patches 2 and 8 fail, but this is not really my point yet ffmpeg.C:313:42: error: 'avcodec_close' was not declared in this scope; did you mean 'avio_close'? ffmpeg.C:476:33: error: 'avcodec_close' was not declared

Re: [FFmpeg-devel] ffmpeg.git test compile fail

2025-04-09 Thread James Almer
On 4/9/2025 8:49 AM, Andrew Randrianasulu wrote: ffmpeg shallow git copy commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a our patches 2 and 8 fail, but this is not really my point yet ffmpeg.C:313:42: error: 'avcodec_close' was not declared in this scope; did you mean 'avio_close'? ffmpeg