[FFmpeg-cvslog] doc/mailing-list-faq: remove dead link
ffmpeg | branch: master | vipyne | Wed Aug 14 11:07:16 2024 -0500| [fc07062a47832d2ff33b8ac86c3ce64f082d0a28] | committer: Michael Niedermayer doc/mailing-list-faq: remove dead link https://ffmpeg-archive.org/ is no longer "Nabble" Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc07062a47832d2ff33b8ac86c3ce64f082d0a28 --- doc/mailing-list-faq.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi index b20281..e10d92a5fc 100644 --- a/doc/mailing-list-faq.texi +++ b/doc/mailing-list-faq.texi @@ -157,9 +157,6 @@ Perform a site search using your favorite search engine. Example: You can ask for help in the official @t{#ffmpeg} IRC channel on Libera Chat. -Some users prefer the third-party @url{http://www.ffmpeg-archive.org/, Nabble} -interface which presents the mailing lists in a typical forum layout. - There are also numerous third-party help sites such as @url{https://superuser.com/tags/ffmpeg, Super User} and @url{https://www.reddit.com/r/ffmpeg/, r/ffmpeg on reddit}. ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".
[FFmpeg-cvslog] configure: suggest installing nasm before using --disable-x86asm
ffmpeg | branch: master | vipyne | Sat Oct 12 17:41:29 2024 -0500| [f5403e5f1ea03c66d2022fd6dcba93b031d07f4d] | committer: Anton Khirnov configure: suggest installing nasm before using --disable-x86asm Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5403e5f1ea03c66d2022fd6dcba93b031d07f4d --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e8f6d2e2b6..8803148ab7 100755 --- a/configure +++ b/configure @@ -6448,7 +6448,7 @@ EOF for program in $x86asmexe nasm; do probe_x86asm $program && break done -disabled x86asm && die "nasm not found or too old. Use --disable-x86asm for a crippled build." +disabled x86asm && die "nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly." X86ASMFLAGS="-f $objformat" test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX" case "$objformat" in ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".