[FFmpeg-devel] [PATCH] web/generate-doc: replace yasm with x86asm
Lou Logan
lou at lrcd.com
Thu Feb 14 02:35:07 EET 2019
Signed-off-by: Lou Logan <lou at lrcd.com>
---
generate-doc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.20.1
More information about the ffmpeg-devel
mailing list