This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg-web.

The following commit(s) were added to refs/heads/master by this push:
     new ef2235c  web: drop --disable-yasm from generate-doc.sh
ef2235c is described below

commit ef2235cb94c534de54baefa24eca7f57f5f5f2c6
Author:     Daniel Verkamp <[email protected]>
AuthorDate: Mon Jul 27 23:14:15 2026 -0700
Commit:     Daniel Verkamp <[email protected]>
CommitDate: Mon Jul 27 23:18:29 2026 -0700

    web: drop --disable-yasm from generate-doc.sh
    
    This was removed in FFmpeg commit 2f888fb99eef ("configure:
    drop yasm support") and prevents configure from succeeding when running
    generate-doc.sh from the web tree.
    
    Signed-off-by: Daniel Verkamp <[email protected]>
---
 generate-doc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generate-doc.sh b/generate-doc.sh
index d8d01d3..2084288 100755
--- a/generate-doc.sh
+++ b/generate-doc.sh
@@ -34,7 +34,7 @@ export FA_ICONS=true
 
 rm -rf build-doc
 mkdir build-doc && cd build-doc
-$src/configure --enable-gpl --disable-yasm || die "configure failed"
+$src/configure --enable-gpl || die "configure failed"
 make doc || die "doc not made"
 cp doc/*.html ../htdocs/ || die "copy failed"
 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to