diff mbox

[FFmpeg-devel] web/generate-doc: replace yasm with x86asm

Message ID 20190214003507.25630-1-lou@lrcd.com
State Withdrawn
Headers show

Commit Message

Lou Logan Feb. 14, 2019, 12:35 a.m. UTC
Signed-off-by: Lou Logan <lou@lrcd.com>
---
 generate-doc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/generate-doc.sh b/generate-doc.sh
index d8d01d3..4555a35 100755
--- a/generate-doc.sh
+++ b/generate-doc.sh
@@ -34,9 +34,9 @@  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 --disable-x86asm || die "configure failed"
 make doc || die "doc not made"
 cp doc/*.html ../htdocs/ || die "copy failed"
 
 cd ..
-rm -rf build-doc
\ No newline at end of file
+rm -rf build-doc