> 2020年3月14日 下午6:58,Carl Eugen Hoyos <[email protected]> 写道: > > Am Sa., 14. März 2020 um 09:08 Uhr schrieb Steven Liu <[email protected]>: >> >> Reviewed-by: Lou Logan <[email protected]> >> Signed-off-by: Steven Liu <[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..2da5e64 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-x86asm || die "configure failed" > > Why isn't this "--disable-asm" which I expect to also work on (for > example) windows arm64 if gas-preprocessor is not installed? Ah, yes you are right, I should use disable-asm > > Carl Eugen > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe".
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
