diff mbox series

[FFmpeg-devel,v4] web/generate-doc.sh: use --disable-asm instead of --disable-yasm

Message ID 20200314112546.25056-1-lq@chinaffmpeg.org
State New
Headers show
Series [FFmpeg-devel,v4] web/generate-doc.sh: use --disable-asm instead of --disable-yasm | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork warning Failed to apply patch

Commit Message

Liu Steven March 14, 2020, 11:25 a.m. UTC
Suggested-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
---
 generate-doc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lou Logan March 16, 2020, 11:09 p.m. UTC | #1
On Sat, Mar 14, 2020, at 3:25 AM, Steven Liu wrote:
> Suggested-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Reviewed-by: Lou
> Logan <lou@lrcd.com> Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
> ---
>  generate-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generate-doc.sh b/generate-doc.sh index d8d01d3..45a9901
> 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 --disable-asm || die "configure failed" make doc || die "doc not
>  made" cp doc/*.html ../htdocs/ || die "copy failed"

LGTM. Sorry about the confusion from my braindead --enable typo in
my comment to your previous patch. Too used to typing --enable...
diff mbox series

Patch

diff --git a/generate-doc.sh b/generate-doc.sh
index d8d01d3..45a9901 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 --disable-asm || die "configure failed"
 make doc || die "doc not made"
 cp doc/*.html ../htdocs/ || die "copy failed"