This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f11aa29df82c66299cdbb44ce6204a1041ee2478 Author: Lynne <[email protected]> AuthorDate: Wed Jan 7 19:16:43 2026 +0100 Commit: Lynne <[email protected]> CommitDate: Mon Jan 12 17:28:40 2026 +0100 configure: remove unused X86ASM dependency flag variables --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 998b0292b8..c71a75d059 100755 --- a/configure +++ b/configure @@ -6681,7 +6681,6 @@ EOF if test_cmd $x86asmexe_probe -v; then x86asmexe=$x86asmexe_probe x86asm_debug="-g -F dwarf" - X86ASMDEP= X86ASM_DEPFLAGS='-MD $(@:.o=.d)' fi check_x86asm x86asm "movbe ecx, [5]" @@ -8460,8 +8459,6 @@ CCDEP_FLAGS=$CCDEP_FLAGS CXXDEP_FLAGS=$CXXDEP_FLAGS ASDEP=$ASDEP ASDEP_FLAGS=$ASDEP_FLAGS -X86ASMDEP=$X86ASMDEP -X86ASMDEP_FLAGS=$X86ASMDEP_FLAGS CC_DEPFLAGS=$CC_DEPFLAGS CXX_DEPFLAGS=$CXX_DEPFLAGS OBJCC_DEPFLAGS=$OBJC_DEPFLAGS _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
