This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 573d9a6380050d7e5ae7d5980de09101ac82ec18 Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 17:36:15 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Sep 8 03:00:14 2026 +0200 configure: remove blocks_extension check Leftover from the VDA removal, the result is used by nothing. Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index 2f1d3f0218..b41a5a36d1 100755 --- a/configure +++ b/configure @@ -2637,7 +2637,6 @@ TOOLCHAIN_FEATURES=" as_func as_object_arch asm_mod_q - blocks_extension ebx_available gnu_as gnu_windres @@ -7978,10 +7977,6 @@ check_disable_warning_headers(){ check_disable_warning_headers -Wno-deprecated-declarations check_disable_warning_headers -Wno-unused-variable -test_cc <<EOF && enable blocks_extension -void (^block)(void); -EOF - # add some linker flags check_ldflags -Wl,-rpath-link=:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil enabled rpath && add_ldexeflags -Wl,-rpath,$libdir && add_ldsoflags -Wl,-rpath,$libdir -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
