[FFmpeg-devel] [PATCH 1/1] Fix the built instruction.

2025-11-13 Thread Adam Koszek via ffmpeg-devel
--- README | 74 ++--- generate-doc.sh | 4 +-- 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/README b/README index 4b1ce67..1707fad 100644 --- a/README +++ b/README @@ -1,59 +1,65 @@ ffmpeg.org official website +PREREQUIS

[FFmpeg-devel] [PATCH 0/1] fixed ffmpeg-web building instructions.

2025-11-13 Thread Adam Koszek via ffmpeg-devel
I'm fixing the build instructions for the web project, because I couldn't recompile it. The format of it was weird--it'd explain commands that didn't work first, and then would briefly mention how to make them work/where to take them from. I followed the normal quickstart README. Adam Koszek (1):

[FFmpeg-devel] [PATCH] Fix: explanation on how to run make fate. (PR #20905)

2025-11-12 Thread Adam Koszek via ffmpeg-devel
PR #20905 opened by Adam Koszek (wkoszek) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905.patch Without running configure, it didn't work for me anymore. On ffmpeg-devel the feedback was to run configure. I'm thus compressing the